acf_register_form()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_register_form( $args );
- $args(required)
- .
acf_register_form() acf register form code ACF 6.8.8
function acf_register_form( $args ) {
acf()->form_front->add_form( $args );
}
No Hooks.
null. Nothing (null).
acf_register_form( $args );
function acf_register_form( $args ) {
acf()->form_front->add_form( $args );
}