ACF_Admin_Options_Preview::__construct
Constructor.
Method of the class: ACF_Admin_Options_Preview{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Admin_Options_Preview = new ACF_Admin_Options_Preview(); $ACF_Admin_Options_Preview->__construct();
Changelog
| Since 6.2.2 | Introduced. |
ACF_Admin_Options_Preview::__construct() ACF Admin Options Preview:: construct code ACF 6.8.8
public function __construct() {
add_action( 'admin_menu', array( $this, 'admin_menu' ), 10 );
}