Affiliates, Affiliates Pro and Affiliates Enterprise with Formidable Forms. * Author: itthinx * Author URI: http://www.itthinx.com/ * Donate-Link: http://www.itthinx.com/shop/affiliates-enterprise/ * Version: 2.0.0 * License: GPLv3 */ if ( ! defined( 'ABSPATH' ) ) { exit; } define( 'AFFILIATES_FORMIDABLE_VERSION', '2.0.0' ); define( 'AFFILIATES_FORMIDABLE_PLUGIN_DOMAIN', 'affiliates-formidable' ); define( 'AFFILIATES_FORMIDABLE_FILE', __FILE__ ); define( 'AFFILIATES_FORMIDABLE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'AFFILIATES_FORMIDABLE_INCLUDES', AFFILIATES_FORMIDABLE_DIR . '/includes' ); define( 'AFFILIATES_FORMIDABLE_PLUGIN_URL', plugins_url( 'affiliates-formidable' ) ); /** * Boot the plugin. */ function affiliates_formidable_plugins_loaded() { require_once AFFILIATES_FORMIDABLE_INCLUDES . '/class-affiliates-formidable.php'; } add_action( 'plugins_loaded', 'affiliates_formidable_plugins_loaded' );