Current File : /home/n742ef5/royalanteam.com/wp-content/plugins/myhome-core/config/demos.php
<?php

use Tangibledesign\Framework\Core\Demo;

add_filter('myhome/demoImporter/sourceUrl', static function () {
    return 'https://files.tangiblewp.com/myhome4/demo';
});

add_filter('myhome/demoImporter/demos', static function () {
    return [
        [
            Demo::KEY => 'demo1',
            Demo::NAME => esc_html__('Default', 'myhome-core'),
            Demo::IMAGE => 'https://files.tangiblewp.com/myhome/demo-importer-previews/modern.png',
            Demo::MEDIA_SOURCE => 'https://myhome1.tangiblewp.com',
            Demo::URL => 'https://myhome1.tangiblewp.com'
        ],
    ];
});