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