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