acf_pro::include_options_pagespublicACF 6.2

Action to include JSON options pages.

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

Хуки из метода

Возвращает

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

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

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

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

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

Код acf_pro::include_options_pages() ACF 6.8.8

public function include_options_pages() {
	/**
	 * Fires during initialization. Used to add JSON options pages.
	 *
	 * @since 6.2
	 *
	 * @param int ACF_MAJOR_VERSION The major version of ACF.
	 */
	do_action( 'acf/include_options_pages', ACF_MAJOR_VERSION );
}