= 3.8) { require_once(plugin_dir_path(get_FILE()).'components/settings-link.php' ); require_once(plugin_dir_path(get_FILE()).'components/options.php' ); require_once(plugin_dir_path(get_FILE()).'components/options-page.php' ); require_once(plugin_dir_path(get_FILE()).'components/register-and-enqueue.php' ); require_once(plugin_dir_path(get_FILE()).'components/main.php' ); } else { require_once(plugin_dir_path(get_FILE()).'components/inactive-warning.php' ); } function get_FILE(){ //SO THAT FUNCTIONS IN COMPONENT FILES CAN USE __FILE__ return __FILE__; } function get_support_url() { return 'http://wordpress.org/support/plugin/admin-classic-borders'; }