acf_register_form()ACF 1.0

Хуков нет.

Возвращает

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

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

acf_register_form( $args );
$args(обязательный)
.

Код acf_register_form() ACF 6.4.2

function acf_register_form( $args ) {

	acf()->form_front->add_form( $args );
}