| Current Path : /home/goldnueh/nightviewcafe.in/wp-content/plugins/demo-importer-plus/inc/ |
| Current File : /home/goldnueh/nightviewcafe.in/wp-content/plugins/demo-importer-plus/inc/constants.php |
<?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() ) );
}