acf_admin_options_page::admin_enqueue_scripts()publicACF 5.3.2

admin_enqueue_scripts

This function will enqueue the 'post.js' script which adds support for 'Screen Options' column toggle

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

Хуков нет.

Возвращает

````.

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

$acf_admin_options_page = new acf_admin_options_page();
$acf_admin_options_page->admin_enqueue_scripts();

Список изменений

С версии 5.3.2 Введена.

Код acf_admin_options_page::admin_enqueue_scripts() ACF 6.0.4

function admin_enqueue_scripts() {

	wp_enqueue_script( 'post' );

}