array( 'name' => 'BlogMarks', 'slug' => 'blogmarks', 'image' => BLOGLEX_PARENT_URL . '/inc/admin/dashboard/images/blogmarks.webp', 'description' => 'BlogMarks is a sleek, elegant, and versatile WordPress blog theme, featuring a minimalistic layout that emphasizes simplicity and readability.', 'learn_more_link' => 'https://wpinterface.com/themes/blogmarks', 'live_demo_link' => 'https://wpinterface.com/themes/blogmarks/#demo-links', ), 'minimal-blog' => array( 'name' => 'Minimal Blog', 'slug' => 'minimal-blog', 'image' => BLOGLEX_PARENT_URL . '/inc/admin/dashboard/images/minimal-blog.webp', 'description' => 'Minimal Blog is a modern, clean, responsive and retina-ready WordPress blog theme also suitable for magazines, newspapers, or review sites.', 'learn_more_link' => 'https://wpinterface.com/themes/minimal-blog', 'live_demo_link' => 'https://wpinterface.com/themes/minimal-blog/#demo-links', ), 'advance-blog' => array( 'name' => 'Advance Blog', 'slug' => 'advance-blog', 'image' => BLOGLEX_PARENT_URL . '/inc/admin/dashboard/images/advance-blog.webp', 'description' => ' Clean & minimal blog! Easy installation allows you to start post blogs immediately after the activation.', 'learn_more_link' => 'https://wpinterface.com/themes/advance-blog', 'live_demo_link' => 'https://wpinterface.com/themes/advance-blog/#demo-links', ), // Add more themes as needed ); foreach ($themes_data as $theme_info) : $theme_slug = $theme_info['slug']; ?>

array( 'name' => 'Elementor Website Builder', 'file' => 'elementor/elementor.php', 'slug' => 'elementor', 'image' => BLOGLEX_PARENT_URL . '/inc/admin/dashboard/images/elementor-banner.webp', 'description' => 'Elementor, the leading WordPress website builder,empowers you to build professional, pixel-perfect websites. With an intuitive, no-code drag and drop interface, you can build any website.', 'learn_more_link' => 'https://wordpress.org/plugins/elementor/', 'live_demo_link' => 'https://elementor.com/', ), 'one-click-demo-import' => array( 'name' => 'One Click Demo Import', 'file' => 'one-click-demo-import/one-click-demo-import.php', 'slug' => 'one-click-demo-import', 'image' => BLOGLEX_PARENT_URL . '/inc/admin/dashboard/images/ocdi.webp', 'description' => '"One Click Demo Import" is a WordPress plugin that effortlessly imports demo content, themes, and settings with a single click, simplifying site setup.', 'learn_more_link' => 'https://wordpress.org/plugins/one-click-demo-import/', 'live_demo_link' => 'https://ocdi.com/', ), 'mailchimp-for-wp' => array( 'name' => 'MC4WP: Mailchimp for WordPress', 'file' => 'mailchimp-for-wp/mailchimp-for-wp.php', 'slug' => 'mailchimp-for-wp', 'image' => BLOGLEX_PARENT_URL . '/inc/admin/dashboard/images/mc4wp.webp', 'description' => 'This plugin effortlessly creates stunning, accessible sign-up forms and integrates seamlessly with your existing WordPress forms, including contact, comment, and checkout forms.', 'learn_more_link' => 'https://wordpress.org/plugins/mailchimp-for-wp/', 'live_demo_link' => 'https://www.mc4wp.com/', ), ); foreach ($plugins_data as $plugin_info) : $plugin_file = $plugin_info['file']; $plugin_slug = $plugin_info['slug']; $is_plugin_installed = bloglex_is_plugin_installed($plugin_file); $is_plugin_activated = is_plugin_active($plugin_file); ?>