acf_form_front::get_formspublicACF 1.0

Метод класса: acf_form_front{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$acf_form_front = new acf_form_front();
$acf_form_front->get_forms();

Код acf_form_front::get_forms() ACF 6.4.2

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