wp_die_xmlrpc_handler

wp_die_xmlrpc_handler

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_die_xmlrpc_handler') is found 1 times:

  • /wp-includes/functions.php line 3760
    		 * @since 3.4.0
    		 *
    		 * @param callable $callback Callback function name.
    		 */
    		$callback = apply_filters( 'wp_die_xmlrpc_handler', '_xmlrpc_wp_die_handler' );
    	} elseif ( wp_is_xml_request()
    		|| isset( $wp_query ) &&
    			( function_exists( 'is_feed' ) && is_feed()
    			|| function_exists( 'is_comment_feed' ) && is_comment_feed()
    			|| function_exists( 'is_trackback' ) && is_trackback() ) ) {
    		/**