showing results for - "wordpress ajax fatal error"
Esmeralda
20 Oct 2017
1if ( defined( 'XMLRPC_REQUEST' ) || defined( 'REST_REQUEST' ) || ( defined( 'WP_INSTALLING' ) && WP_INSTALLING ) || wp_doing_ajax() ) {
2        @ini_set( 'display_errors', 1 );
3    }