acf_field_type_exists() ACF 5.0.0
acf_field_type_exists (deprecated)
deprecated in favour of acf_is_field_type()
Хуков нет.
Возвращает
(true/false).
Использование
acf_field_type_exists( $type );
- (string)($type) (обязательный)
Список изменений
С версии 5.0.0 | Введена. |
Код acf_field_type_exists() acf field type exists ACF 5.9.1
function acf_field_type_exists( $type = '' ) {
return acf_is_field_type( $type );
}