acf_register_field_type()
acf_register_field_type
alias of acf()->fields->register_field_type()
Хуков нет.
Возвращает
null
. Ничего.
Использование
acf_register_field_type( $class );
- $class (обязательный)
- -
Список изменений
С версии 5.6.0 | Введена. |
Код acf_register_field_type() acf register field type ACF 6.0.4
function acf_register_field_type( $class ) { return acf()->fields->register_field_type( $class ); }