acf_field_checkbox::render_field_choices() public ACF 5.6.0
description
{} Это метод класса: acf_field_checkbox{}
Хуков нет.
Возвращает
$post_id. (int)
Использование
$acf_field_checkbox = new acf_field_checkbox(); $acf_field_checkbox->render_field_choices( $field );
- $field (обязательный)
- -
Список изменений
С версии 5.6.0 | Введена. |
Код acf_field_checkbox::render_field_choices() acf field checkbox::render field choices ACF 5.9.1
function render_field_choices( $field ) {
// walk
return $this->walk( $field['choices'], $field );
}