Access Demo Importer

This plugin will import demo contents for the active theme which are configured with this plugin. By default the plugin will fetch the configuration f …

Author:AccessPress Themes (profile at wordpress.org)
WordPress version required:4.7.0
WordPress version tested:5.9
Plugin version:1.0.9
Added to WordPress repository:28-07-2019
Last updated:31-01-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/access-demo-imp...
Total downloads:212 127
Active installs:10 000+
plugin download
Click to start download

This plugin will import demo contents for the active theme which are configured with this plugin. By default the plugin will fetch the configuration files stored on our server.
If you want to configure your own theme with the plugin, you just need to point to your config.json file and pass it to the filter
adi_config_location

Example:

If your URL to config.json is ‘https://example.com/theme-demos/config.json’

You will have to pass this to the filter ‘adi_config_location’ like

add_filter('adi_config_location', 'my_url_config' );
function my_url_config(){
    $my_url = 'https://example.com/theme-demos/config.json';
    return $my_url;
}

Support