create_field()
Depreceated Functions
These functions are outdated
@type function
Хуков нет.
Возвращает
null
. Ничего.
Использование
create_field( $field );
- $field (обязательный)
- -
Список изменений
С версии 1.0.0 | Введена. |
Код create_field() create field ACF 5.10.2
function create_field( $field ) { acf_render_field( $field ); }