Description
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 your server.
If you want to configure your theme with access demo importer plugin, you need to point to your config.json file and pass it to the filter
adi_git_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_git_config_location’ like
add_filter('adi_git_config_location', 'git_url_config' ); function git_url_config(){ $git_url = 'https://example.com/theme-demos/config.json'; return $git_url; }
-
Contributors & Developers
AUTHOR / CONTRIBUTOR | ROLE | WEB / EMAIL ADRESS |
AccessPress Themes | Plugin Author | https://accesspressthemes.com |
Kindly support the Author of the Plugin.
Post Disclaimer
The information contained in this post is for general information purposes only.Various authors of the site provide the information, and while we endeavor them to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability concerning the website or the information, products, services, or related graphics contained on the post for any purpose.
Although, as Boundmix teams developers, we would try to ensure all information published is appropriate. If you do find anything inappropriate on the post, kindly report the post content with the use of the Report issue button at the top-right of post content.
Do also kindly note that the post may contain elements of affiliation and advertisements.
0 Comments