acf_field_type_exists()
acf_field_type_exists (deprecated)
deprecated in favour of acf_is_field_type()
@type function
Хуков нет.
Возвращает
(true|false)
.
Использование
acf_field_type_exists( $type );
- $type **
- -
По умолчанию: ''
Список изменений
С версии 5.0.0 | Введена. |
Код acf_field_type_exists() acf field type exists ACF 5.10.2
function acf_field_type_exists( $type = '' ) { return acf_is_field_type( $type ); }