includes(); } /** * Includes file includes/ams-post-metabox.php * * @Const 'AMS_SPTS_MS_TEMPLATE_DIR' */ function includes(){ if (file_exists (AMS_SPTS_MS_TEMPLATE_DIR . 'includes/ams-post-metabox.php')) include_once(AMS_SPTS_MS_TEMPLATE_DIR . 'includes/ams-post-metabox.php'); } /** * Class Initialization * */ public static function ams_SPTS_MS_Selector_Init() { new ams_SPTS_MS_Selector_Plugin_Init(); } } /** * * Instantiate the class after wordpress loaded. */ function ams_SPTS_MS_Selector_Plugin_Setup() { ams_SPTS_MS_Selector_Plugin_Init::ams_SPTS_MS_Selector_Init(); } add_action( 'wp_loaded', 'ams_SPTS_MS_Selector_Plugin_Setup' ); ?>