= 3.0 and PHP >= 5.1.2 */ // Define constants - they will be used in separate included files define( 'AMAZONAUTOLINKSKEY', 'amazonautolinks' ); // used for the option key and form values. The text domain has been changed to amazon-auto-links since v1.1.9 if ( !defined( 'AMAZONAUTOLINKSPLUGINNAME' ) ) define( "AMAZONAUTOLINKSPLUGINNAME", "Amazon Auto Links" ); define( "AMAZONAUTOLINKSPLUGINFILEBASENAME", plugin_basename( __FILE__ ) ); define( "AMAZONAUTOLINKSPLUGINFILE", __FILE__ ); define( "AMAZONAUTOLINKSPLUGINDIR", dirname( __FILE__ ) ); define( "AMAZONAUTOLINKSPLUGINURL", plugins_url('', __FILE__ ) ); // define global variables if ( is_array( $arrAALDirPaths ) ) array_push( $arrAALDirPaths, dirname( __FILE__ ) . '/classes/' ); else $arrAALDirPaths = array( AMAZONAUTOLINKSPLUGINDIR . '/classes/' ); // load the loader include AMAZONAUTOLINKSPLUGINDIR . '/inc/amazonautolinks_initial_load.php'; // uncomment the following function to clear all options and initialize to the default. // AmazonAutoLinks_CleanOptions();