PHP Класс RWMB_Thickbox_Image_Field

Наследование: extends RWMB_Image_Field
Показать файл Открыть проект

Открытые методы

Метод Описание
add_actions ( ) Add custom actions for the field.
admin_enqueue_scripts ( ) Enqueue scripts and styles
allow_img_insertion ( array $vars ) : array Always enable insert to post button in the popup
html ( mixed $meta, array $field ) : string Get field HTML
value ( array $new, array $old, integer $post_id, array $field ) : array Get field value It's the combination of new (uploaded) images and saved images

Описание методов

add_actions() публичный статический Метод

Add custom actions for the field.
public static add_actions ( )

admin_enqueue_scripts() публичный статический Метод

Enqueue scripts and styles
public static admin_enqueue_scripts ( )

allow_img_insertion() публичный статический Метод

Always enable insert to post button in the popup
public static allow_img_insertion ( array $vars ) : array
$vars array
Результат array

html() публичный статический Метод

Get field HTML
public static html ( mixed $meta, array $field ) : string
$meta mixed
$field array
Результат string

value() публичный статический Метод

Get field value It's the combination of new (uploaded) images and saved images
public static value ( array $new, array $old, integer $post_id, array $field ) : array
$new array
$old array
$post_id integer
$field array
Результат array