wp_die_ajax_handler

wp_die_ajax_handler

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_die_ajax_handler') is found 1 times:

  • /wp-includes/functions.php line 3711
    		 * @since 3.4.0
    		 *
    		 * @param callable $callback Callback function name.
    		 */
    		$callback = apply_filters( 'wp_die_ajax_handler', '_ajax_wp_die_handler' );
    	} elseif ( wp_is_json_request() ) {
    		/**
    		 * Filters the callback for killing WordPress execution for JSON requests.
    		 *
    		 * @since 5.1.0
    		 *