acf_register_field_type()ACF 5.6.0

acf_register_field_type

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

No Hooks.

Returns

null. Nothing (null).

Usage

acf_register_field_type( $class );
$class(required)
.

Changelog

Since 5.6.0 Introduced.

acf_register_field_type() code ACF 6.0.4

function acf_register_field_type( $class ) {
	return acf()->fields->register_field_type( $class );
}