PHP 클래스 RWMB_Checkbox_Field

상속: extends RWMB_Input_Field
파일 보기 프로젝트 열기: rilwis/meta-box 1 사용 예제들

공개 메소드들

메소드 설명
admin_enqueue_scripts ( ) Enqueue scripts and styles.
element_description ( array $field ) : string Do not show field description.
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

메소드 상세

admin_enqueue_scripts() 공개 정적인 메소드

Enqueue scripts and styles.
public static admin_enqueue_scripts ( )

element_description() 공개 정적인 메소드

Do not show field description.
public static element_description ( array $field ) : string
$field array
리턴 string

format_single_value() 공개 정적인 메소드

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

html() 공개 정적인 메소드

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