acf_form_front::get_forms
Method of the class: acf_form_front{}
No Hooks.
Returns
null. Nothing (null).
Usage
$acf_form_front = new acf_form_front(); $acf_form_front->get_forms();
acf_form_front::get_forms() acf form front::get forms code ACF 6.8.8
function get_forms() {
return $this->forms;
}