ACF_Admin_Post_Types::__constructpublicACF 6.2

Constructor.

Method of the class: ACF_Admin_Post_Types{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Post_Types = new ACF_Admin_Post_Types();
$ACF_Admin_Post_Types->__construct();

Changelog

Since 6.2 Introduced.

ACF_Admin_Post_Types::__construct() code ACF 6.8.8

public function __construct() {
	add_action( 'admin_menu', array( $this, 'admin_menu' ), 8 );
	parent::__construct();
}