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