HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/thwoodlg/public_html/wp-content/plugins/popularis-extra/includes/panel/demos-pro.php
<?php
/**
 * Demos
 *
 * @package Popularis_Extra_Demo_Import
 * @category Core
 * @author PopularisWP
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}

function popularis_pro_get_demos_data_extra($data) {

    // Demos url
    $url = 'https://populariswp.com/wp-content/uploads/demo-import/popularis-screens/';
    
    $extra = array(
                'popularis-pro-default' => array(
                    'demo_name' => 'Popularis PRO Default',
                    'categories' => array('WooCommerce', 'Business', 'Creative', 'Elementor'),
                    'xml_file' => $url . 'default/default-content.xml',
                    'theme_settings' => $url . 'default/default-customizer.dat',
                    'widgets_file' => $url . 'default/default-widgets.wie',
                    'screenshot' => $url . 'default/screenshot.jpg',
                    'demo_template' => 'popularis-pro-default',
                    'home_title' => 'Homepage',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-landing' => array(
                    'demo_name' => 'Popularis PRO Landing',
                    'categories' => array('Business', 'One Page', 'Landing', 'Elementor'),
                    'xml_file' => $url . 'landing/default-content.xml',
                    'theme_settings' => $url . 'landing/default-customizer.dat',
                    'widgets_file' => $url . 'landing/default-widgets.wie',
                    'screenshot' => $url . 'landing/screenshot.jpg',
                    'demo_template' => 'popularis-pro-landing',
                    'home_title' => 'Homepage Landing',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-inspiro' => array(
                    'demo_name' => 'Popularis PRO Inspiro',
                    'categories' => array('Business', 'Elementor'),
                    'xml_file' => $url . 'inspiro/default-content.xml',
                    'theme_settings' => $url . 'inspiro/default-customizer.dat',
                    'widgets_file' => $url . 'inspiro/default-widgets.wie',
                    'screenshot' => $url . 'inspiro/screenshot.jpg',
                    'demo_template' => 'popularis-pro-inspiro',
                    'home_title' => 'Homepage Inspiro',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-app' => array(
                    'demo_name' => 'Popularis PRO App',
                    'categories' => array('Business', 'One Page', 'App', 'Elementor'),
                    'xml_file' => $url . 'app/default-content.xml',
                    'theme_settings' => $url . 'app/default-customizer.dat',
                    'widgets_file' => $url . 'app/default-widgets.wie',
                    'screenshot' => $url . 'app/screenshot.jpg',
                    'demo_template' => 'popularis-pro-app',
                    'home_title' => 'Homepage App',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-1' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #1',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-1/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-1/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-1/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-1/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-1',
                    'home_title' => 'Homepage Woocommerce #1',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-portfolio' => array(
                    'demo_name' => 'Popularis PRO Portfolio',
                    'categories' => array('Portfolio', 'One Page', 'Elementor'),
                    'xml_file' => $url . 'portfolio/default-content.xml',
                    'theme_settings' => $url . 'portfolio/default-customizer.dat',
                    'widgets_file' => $url . 'portfolio/default-widgets.wie',
                    'screenshot' => $url . 'portfolio/screenshot.jpg',
                    'demo_template' => 'popularis-pro-portfolio',
                    'home_title' => 'Homepage Portfolio',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'contact-form-7',
                                'init' => 'contact-form-7/wp-contact-form-7.php',
                                'name' => 'Contact From 7',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-gym' => array(
                    'demo_name' => 'Popularis PRO Gym',
                    'categories' => array('Business', 'Creative', 'Gym & Fitness', 'Elementor'),
                    'xml_file' => $url . 'gym/default-content.xml',
                    'theme_settings' => $url . 'gym/default-customizer.dat',
                    'widgets_file' => $url . 'gym/default-widgets.wie',
                    'screenshot' => $url . 'gym/screenshot.jpg',
                    'demo_template' => 'popularis-pro-gym',
                    'home_title' => 'Homepage Gym',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-creative' => array(
                    'demo_name' => 'Popularis PRO Creative',
                    'categories' => array('Business', 'Creative', 'Elementor'),
                    'xml_file' => $url . 'creative/default-content.xml',
                    'theme_settings' => $url . 'creative/default-customizer.dat',
                    'widgets_file' => $url . 'creative/default-widgets.wie',
                    'screenshot' => $url . 'creative/screenshot.jpg',
                    'demo_template' => 'popularis-pro-creative',
                    'home_title' => 'Homepage Creative',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-5' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #5',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-5/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-5/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-5/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-5/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-5',
                    'home_title' => 'Homepage Woocommerce #5',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-6' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #6',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-6/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-6/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-6/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-6/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-6',
                    'home_title' => 'Homepage Woocommerce #6',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-2' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #2',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-2/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-2/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-2/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-2/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-2',
                    'home_title' => 'Homepage Woocommerce #2',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-fitness-trainer' => array(
                    'demo_name' => 'Popularis PRO Fitness Trainer',
                    'categories' => array('Business', 'One Page', 'Elementor', 'Gym & Fitness'),
                    'xml_file' => $url . 'fitness-trainer/default-content.xml',
                    'theme_settings' => $url . 'fitness-trainer/default-customizer.dat',
                    'widgets_file' => $url . 'fitness-trainer/default-widgets.wie',
                    'screenshot' => $url . 'fitness-trainer/screenshot.jpg',
                    'demo_template' => 'popularis-pro-fitness-trainer',
                    'home_title' => 'Homepage Fitness Trainer',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-plan' => array(
                    'demo_name' => 'Popularis PRO Plan',
                    'categories' => array('Business', 'Creative', 'Elementor'),
                    'xml_file' => $url . 'plan/default-content.xml',
                    'theme_settings' => $url . 'plan/default-customizer.dat',
                    'widgets_file' => $url . 'plan/default-widgets.wie',
                    'screenshot' => $url . 'plan/screenshot.jpg',
                    'demo_template' => 'popularis-pro-plan',
                    'home_title' => 'Homepage Plan',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-art' => array(
                    'demo_name' => 'Popularis PRO Art',
                    'categories' => array('Business', 'Creative', 'Elementor'),
                    'xml_file' => $url . 'art/default-content.xml',
                    'theme_settings' => $url . 'art/default-customizer.dat',
                    'widgets_file' => $url . 'art/default-widgets.wie',
                    'screenshot' => $url . 'art/screenshot.jpg',
                    'demo_template' => 'popularis-pro-art',
                    'home_title' => 'Homepage Art',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-traffic' => array(
                    'demo_name' => 'Popularis PRO Traffic',
                    'categories' => array('Business', 'Creative', 'Elementor'),
                    'xml_file' => $url . 'traffic/default-content.xml',
                    'theme_settings' => $url . 'traffic/default-customizer.dat',
                    'widgets_file' => $url . 'traffic/default-widgets.wie',
                    'screenshot' => $url . 'traffic/screenshot.jpg',
                    'demo_template' => 'popularis-pro-traffic',
                    'home_title' => 'Homepage Traffic',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-1' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #1',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-1/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-1/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-1/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-1/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-1',
                    'home_title' => 'Homepage Woocommerce #1',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-3' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #3',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-3/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-3/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-3/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-3/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-3',
                    'home_title' => 'Homepage Woocommerce #3',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-woocommerce-4' => array(
                    'demo_name' => 'Popularis PRO WooCommerce #4',
                    'categories' => array('WooCommerce', 'Elementor'),
                    'xml_file' => $url . 'woocommerce-4/default-content.xml',
                    'theme_settings' => $url . 'woocommerce-4/default-customizer.dat',
                    'widgets_file' => $url . 'woocommerce-4/default-widgets.wie',
                    'screenshot' => $url . 'woocommerce-4/screenshot.jpg',
                    'demo_template' => 'popularis-pro-woocommerce-4',
                    'home_title' => 'Homepage Woocommerce #4',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => true,
                    'woo_image_size' => '600',
                    'woo_thumb_size' => '300',
                    'woo_crop_width' => '1',
                    'woo_crop_height' => '1',
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'woocommerce',
                                'init' => 'woocommerce/woocommerce.php',
                                'name' => 'WooCommerce',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-business' => array(
                    'demo_name' => 'Popularis PRO Business',
                    'categories' => array('Business', 'Elementor'),
                    'xml_file' => $url . 'business/default-content.xml',
                    'theme_settings' => $url . 'business/default-customizer.dat',
                    'widgets_file' => $url . 'business/default-widgets.wie',
                    'screenshot' => $url . 'business/screenshot.jpg',
                    'demo_template' => 'popularis-pro-business',
                    'home_title' => 'Homepage Business',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'contact-form-7',
                                'init' => 'contact-form-7/wp-contact-form-7.php',
                                'name' => 'Contact From 7',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-e-book' => array(
                    'demo_name' => 'Popularis PRO E-Book',
                    'categories' => array('Business', 'Elementor'),
                    'xml_file' => $url . 'e-book/default-content.xml',
                    'theme_settings' => $url . 'e-book/default-customizer.dat',
                    'widgets_file' => $url . 'e-book/default-widgets.wie',
                    'screenshot' => $url . 'e-book/screenshot.jpg',
                    'demo_template' => 'popularis-pro-e-book',
                    'home_title' => 'Homepage E-Book',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                            array(
                                'slug' => 'contact-form-7',
                                'init' => 'contact-form-7/wp-contact-form-7.php',
                                'name' => 'Contact From 7',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-software' => array(
                    'demo_name' => 'Popularis PRO Software',
                    'categories' => array('Business', 'One Page', 'App', 'Elementor'),
                    'xml_file' => $url . 'software/default-content.xml',
                    'theme_settings' => $url . 'software/default-customizer.dat',
                    'widgets_file' => $url . 'software/default-widgets.wie',
                    'screenshot' => $url . 'software/screenshot.jpg',
                    'demo_template' => 'popularis-pro-software',
                    'home_title' => 'Homepage Software',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-restaurant' => array(
                    'demo_name' => 'Popularis PRO Restaurant',
                    'categories' => array('Business', 'Restaurant', 'Elementor'),
                    'xml_file' => $url . 'restaurant/default-content.xml',
                    'theme_settings' => $url . 'restaurant/default-customizer.dat',
                    'widgets_file' => $url . 'restaurant/default-widgets.wie',
                    'screenshot' => $url . 'restaurant/screenshot.jpg',
                    'demo_template' => 'popularis-pro-restaurant',
                    'home_title' => 'Homepage Restaurant',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-musician' => array(
                    'demo_name' => 'Popularis PRO Musician',
                    'categories' => array('Business', 'Elementor'),
                    'xml_file' => $url . 'musician/default-content.xml',
                    'theme_settings' => $url . 'musician/default-customizer.dat',
                    'widgets_file' => $url . 'musician/default-widgets.wie',
                    'screenshot' => $url . 'musician/screenshot.jpg',
                    'demo_template' => 'popularis-pro-musician',
                    'home_title' => 'Homepage Musician',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                'popularis-pro-agency' => array(
                    'demo_name' => 'Popularis PRO Agency',
                    'categories' => array('Business', 'Elementor'),
                    'xml_file' => $url . 'agency/default-content.xml',
                    'theme_settings' => $url . 'agency/default-customizer.dat',
                    'widgets_file' => $url . 'agency/default-widgets.wie',
                    'screenshot' => $url . 'agency/screenshot.jpg',
                    'demo_template' => 'popularis-pro-agency',
                    'home_title' => 'Homepage Agency',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                
                'popularis-pro-startup' => array(
                    'demo_name' => 'Popularis PRO Startup',
                    'categories' => array('Business', 'Creative', 'Portfolio', 'One Page', 'Elementor'),
                    'xml_file' => $url . 'startup/default-content.xml',
                    'theme_settings' => $url . 'startup/default-customizer.dat',
                    'widgets_file' => $url . 'startup/default-widgets.wie',
                    'screenshot' => $url . 'startup/screenshot.jpg',
                    'demo_template' => 'popularis-pro-startup',
                    'home_title' => 'Homepage Startup',
                    'blog_title' => 'Blog',
                    'posts_to_show' => '6',
                    'elementor_width' => '1140',
                    'is_shop' => false,
                    'required_plugins' => array(
                        'free' => array(
                            array(
                                'slug' => 'popularis-extra',
                                'init' => 'popularis-extra/popularis-extra.php',
                                'name' => 'Popularis Extra',
                            ),
                            array(
                                'slug' => 'elementor',
                                'init' => 'elementor/elementor.php',
                                'name' => 'Elementor',
                            ),
                        ),
                        'premium' => array( 
                            array(
                                'slug' => 'popularis-pro',
                                'init' => 'popularis-pro/popularis-pro.php',
                                'name' => 'Popularis PRO',
                            ),
                        ),
                    ),
                ),
                
                
    );
    // combine the two arrays
    $data = array_merge($data, $extra);
 
    return $data;
}

add_filter('popularis_demos_data', 'popularis_pro_get_demos_data_extra');