zZzzZ.
home2
/
zrzvbdry
/
discountplusoffer.com
/
wp-content
/
plugins
/
demo-importer-plus
/
inc
New Folder
Editing: constants.php
Save
Cancel
<?php /** * Constants definitions. */ if ( ! defined( 'DEMO_IMPORTER_PLUS_MAIN_DEMO_URI' ) ) { define( 'DEMO_IMPORTER_PLUS_MAIN_DEMO_URI', apply_filters( 'demo_importer_plus_api_url', 'https://rishidemos.com/' ) ); } if ( ! defined( 'DEMO_IMPORTER_PLUS_MAIN_DEMO_ID' ) ) { define( 'DEMO_IMPORTER_PLUS_MAIN_DEMO_ID', apply_filters( 'demo_importer_plus_api_id', array() ) ); }