wp_die_xml_handler

wp_die_xml_handler

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_die_xml_handler') is found 1 times:

  • /wp-includes/functions.php line 3751
    		 * @since 5.2.0
    		 *
    		 * @param callable $callback Callback function name.
    		 */
    		$callback = apply_filters( 'wp_die_xml_handler', '_xml_wp_die_handler' );
    	} else {
    		/**
    		 * Filters the callback for killing WordPress execution for all non-Ajax, non-JSON, non-XML requests.
    		 *
    		 * @since 3.0.0
    		 *
    

See this hook used in plugins: