acf_form_front::get_forms
Метод класса: acf_form_front{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$acf_form_front = new acf_form_front(); $acf_form_front->get_forms();
Код acf_form_front::get_forms() acf form front::get forms ACF 6.4.2
function get_forms() {
return $this->forms;
}