acf_form_front::get_formspublicACF 1.0

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() code ACF 6.8.8

function get_forms() {
	return $this->forms;
}