ACF_Admin_Updates::__constructpublicACF 5.0.0

__construct

Sets up the class functionality.

Method of the class: ACF_Admin_Updates{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.0.0 Introduced.

ACF_Admin_Updates::__construct() code ACF 6.8.8

function __construct() {

	// Add actions.
	add_action( 'admin_menu', array( $this, 'admin_menu' ), 20 );
}