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