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 );
$type **
-
По умолчанию: ''

Список изменений

С версии 5.0.0 Введена.

Код acf_field_type_exists() ACF 6.0.4

function acf_field_type_exists( $type = '' ) {
	return acf_is_field_type( $type );
}