acf_form_front::enqueue_form
This function will enqueue a form
Метод класса: acf_form_front{}
Хуков нет.
Возвращает
$post_id. (int)
Использование
$acf_form_front = new acf_form_front(); $acf_form_front->enqueue_form();
Список изменений
| С версии 5.4.0 | Введена. |
Код acf_form_front::enqueue_form() acf form front::enqueue form ACF 6.4.2
function enqueue_form() {
// check
$this->check_submit_form();
// load acf scripts
acf_enqueue_scripts();
}