acf_get_forms()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_get_forms();
acf_get_forms() acf get forms code ACF 6.8.8
function acf_get_forms() {
return acf()->form_front->get_forms();
}
No Hooks.
null. Nothing (null).
acf_get_forms();
function acf_get_forms() {
return acf()->form_front->get_forms();
}