get( 'Version' ) ); define( 'ONESTORE_ASSETS_SUFFIX', SCRIPT_DEBUG ? '' : '.min' ); define( 'ONESTORE_PLUS_URL', esc_url( 'https://sainwp.com/plus-upgrade/?utm_source=theme&utm_medium=dashboard&utm_campaign=customizer' ) ); /** * ==================================================== * Main theme class * ==================================================== */ require_once ONESTORE_INCLUDES_DIR . '/class-onestore.php'; /** * Alias of class OneStore * * @return OneStore */ function OneStore() { return OneStore::instance(); }