apply_filters( 'wp_die_xmlrpc_handler', callable $function )

Filters the callback for killing ClassicPress execution for XML-RPC requests.


Parameters

$function

(callable) Callback function name.


Source

File: wp-includes/functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.