constants.php
828 Bytes
<?php
/**
* Copyright (c) "kento" Karim Rahimpur www.itthinx.com
*
* This code is provided subject to the license granted.
*
* UNAUTHORIZED USE AND DISTRIBUTION IS PROHIBITED.
*
* See COPYRIGHT.txt and LICENSE.txt
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This header and all notices must be kept intact.
*/
define( 'AFFILIATES_PRO_DEFAULT_VERSION', '1.0.0' ); define( 'AFFILIATES_PRO_PLUGIN_DOMAIN', 'affiliates' ); define( 'AFFILIATES_PRO_PLUGIN_DIR', basename( dirname( AFFILIATES_PRO_FILE ) ) ); define( 'AFFILIATES_PRO_PLUGIN_URL', plugin_dir_url( AFFILIATES_PRO_FILE ) ); define( 'AFFILIATES_PRO_ALWAYS_ENQUEUE_FOR_SHORTCODES', 'affiliates-pro-AEFS' );