html(); die(); } // If it's not an ajax request, load settings page if ( ! defined('DOING_AJAX') || ! DOING_AJAX ) { include_once( 'abc-core.php' ); include_once( 'abc-settings-page.php' ); new ABC_Core; }