acf_pro::input_admin_enqueue_scriptspublicACF 5.0.0

Enqueue the PRO admin screen scripts and styles

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

Хуков нет.

Возвращает

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

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

$acf_pro = new acf_pro();
$acf_pro->input_admin_enqueue_scripts();

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

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

Код acf_pro::input_admin_enqueue_scripts() ACF 6.4.2

public function input_admin_enqueue_scripts() {
	wp_enqueue_script( 'acf-pro-input' );
	wp_enqueue_script( 'acf-pro-ui-options-page' );
	wp_enqueue_style( 'acf-pro-input' );
}