PHP 클래스 RWMB_Image_Select_Field

상속: extends RWMB_Field
파일 보기 프로젝트 열기: rilwis/meta-box

공개 메소드들

메소드 설명
admin_enqueue_scripts ( ) Enqueue scripts and styles
format_single_value ( array $field, string $value ) : string Format a single value for the helper functions.
html ( mixed $meta, array $field ) : string Get field HTML
normalize ( array $field ) : array Normalize parameters for field

메소드 상세

admin_enqueue_scripts() 정적인 공개 메소드

Enqueue scripts and styles
static public admin_enqueue_scripts ( )

format_single_value() 정적인 공개 메소드

Format a single value for the helper functions.
static public format_single_value ( array $field, string $value ) : string
$field array Field parameter
$value string The value
리턴 string

html() 정적인 공개 메소드

Get field HTML
static public html ( mixed $meta, array $field ) : string
$meta mixed
$field array
리턴 string

normalize() 정적인 공개 메소드

Normalize parameters for field
static public normalize ( array $field ) : array
$field array
리턴 array