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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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