acf_register_field_type()ACF 5.6.0

acf_register_field_type

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

Хуков нет.

Возвращает

null. Ничего (null).

Использование

acf_register_field_type( $class );
$class (обязательный)
-

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

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

Код acf_register_field_type() ACF 6.0.4

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