wp_die_xml_handler

wp_die_xml_handler

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_die_xml_handler') is found 1 times:

  • /wp-includes/functions.php line 3812
    3808
    3809
    3810
    3811
    3812
    3813
    3814
    3815
    3816
    3817
    3818
         * @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: