WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_die_xml_handler

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 3701 /**
* Filters the callback for killing WordPress execution for XML requests.
*
* @since 5.2.0
*
* @param callable $callback Callback function name.
*/

Hook Parameters

Parameter Type Name Description
callable $callback Callback function name.