PHP 클래스 RWMB_Multiple_Values_Field

The difference when handling actions for these fields are the way they get/set meta value. Briefly: - If field is cloneable, value is saved as a single entry in the database - Otherwise value is saved as multiple entries
상속: extends RWMB_Field
파일 보기 프로젝트 열기: rilwis/meta-box 1 사용 예제들

공개 메소드들

메소드 설명
format_single_value ( array $field, string $value ) : string Format a single value for the helper functions.
normalize ( array $field ) : array Normalize parameters for field

메소드 상세

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

normalize() 정적인 공개 메소드

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