acf_get_form()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_get_form( $id );
- $id
- .
Default:''
acf_get_form() acf get form code ACF 6.0.4
function acf_get_form( $id = '' ) {
return acf()->form_front->get_form( $id );
}
No Hooks.
null. Nothing (null).
acf_get_form( $id );
''function acf_get_form( $id = '' ) {
return acf()->form_front->get_form( $id );
}