. */ if ( ! defined( 'ABSPATH' ) ) exit; define( 'WYWI_VERSION_NUMBER', "2.3.6" ); define( 'WYWI_PLUGIN_DIR', dirname( __FILE__ ) .'/' ); require_once WYWI_PLUGIN_DIR . 'includes/plugin.php'; // only load admin class for non-ajax requests to the admin section if( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) { require_once WYWI_PLUGIN_DIR . 'includes/class-admin.php'; new WYSIWYG_Widgets_Admin(); }