acf_pro::include_options_pagespublicACF 6.2

Action to include JSON options pages.

Method of the class: acf_pro{}

Hooks from the method

Returns

null. Nothing (null).

Usage

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

Changelog

Since 6.2 Introduced.

acf_pro::include_options_pages() code 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 );
}