array( 'name' => 'Recommended', 'plugins' => array( array( 'slug' => 'advanced-custom-fields', 'name' => 'Advanced Custom Fields', 'description' => 'Customize WordPress with powerful, professional and intuitive fields.', 'author' => 'WP Engine', 'category' => 'recommended' ), array( 'slug' => 'admin-menu-editor', 'name' => 'Admin Menu Editor', 'description' => 'Customize the WordPress admin menu.', 'author' => 'Janis Elsts', 'category' => 'recommended' ), array( 'slug' => 'antispam-bee', 'name' => 'Antispam Bee', 'description' => 'Antispam plugin with a sophisticated toolset for effective spam protection.', 'author' => 'pluginkollektiv', 'category' => 'recommended' ), array( 'slug' => 'burst-statistics', 'name' => 'Burst Statistics', 'description' => 'Privacy-friendly analytics tool.', 'author' => 'Really Simple Plugins', 'category' => 'recommended' ) ) ), 'fluent' => array( 'name' => 'Advanced', 'plugins' => array( array( 'slug' => 'fluent-crm', 'name' => 'Fluent CRM', 'description' => 'Marketing Automation for WordPress.', 'author' => 'WP Fluent', 'category' => 'advanced' ), array( 'slug' => 'fluentform', 'name' => 'Fluent Forms', 'description' => 'Advanced Contact Form Plugin.', 'author' => 'WP Fluent', 'category' => 'advanced' ), array( 'slug' => 'fluent-smtp', 'name' => 'Fluent SMTP', 'description' => 'The Most Advanced SMTP & Email Service Integration Plugin.', 'author' => 'WP Fluent', 'category' => 'advanced' ), array( 'slug' => 'fluent-support', 'name' => 'Fluent Support', 'description' => 'Customer Support & Helpdesk Plugin.', 'author' => 'WP Fluent', 'category' => 'advanced' ) ) ), 'ecommerce' => array( 'name' => 'Ecommerce', 'plugins' => array( array( 'slug' => 'woocommerce', 'name' => 'WooCommerce', 'description' => 'An eCommerce toolkit that helps you sell anything.', 'author' => 'Automattic', 'category' => 'ecommerce' ), array( 'slug' => 'client-booking', 'name' => 'Client Bookings', 'description' => 'Appointment Scheduling & Booking.', 'author' => 'WP Fluent', 'category' => 'ecommerce' ) ) ), 'lms' => array( 'name' => 'LMS', 'plugins' => array( // Add LMS plugins here when needed ) ) ); } // Settings page HTML function wpa_superstar_settings_page() { $active_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : 'recommended'; $active_category = isset( $_GET['category'] ) ? $_GET['category'] : 'recommended'; $recommended_plugins = wpa_superstar_get_recommended_plugins(); ?>