acf_get_field_type()ACF 5.6.0

acf_get_field_type

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

No Hooks.

Returns

null. Nothing (null).

Usage

acf_get_field_type( $name );
$name(required)
.

Changelog

Since 5.6.0 Introduced.

acf_get_field_type() code ACF 6.0.4

function acf_get_field_type( $name ) {
	return acf()->fields->get_field_type( $name );
}