$module_val) { // Dashboard Page add_submenu_page( $module_val['menu'], __('Essential Plugins Bundle By WP OnlineSuport', 'espbw'), ''.__('Install Popular Plugins From WPOS', 'espbw').'', 'manage_options', "{$module_val['prefix']}-espbw-dashboard", array($this, 'espbw_dashboard_page'), $module_val['position'] ); } } } /** * Render Plugin Dashboard Page * * @since 1.0 */ function espbw_dashboard_page() { include_once( WPOS_ESPBW_DIR . '/includes/admin/views/dashboard.php' ); } } $wpos_espbw_admin = new WPOS_ESPBW_Admin();