acf_is_field_type()ACF 5.6.0

alias of acf()->fields->is_field_type()

No Hooks.

Returns

null. Nothing (null).

Usage

acf_is_field_type( $name );
$name
.
Default: ''

Changelog

Since 5.6.0 Introduced.

acf_is_field_type() code ACF 6.8.8

function acf_is_field_type( $name = '' ) {
	return acf()->fields->is_field_type( $name );
}