wp_die_xmlrpc_handler WordPress Filter Hook
The wp_die_xmlrpc_handler hook is called when an XML-RPC request results in an error. It can be used to customise the error message or perform other actions.
apply_filters( 'wp_die_xmlrpc_handler', callable $callback ) #
Filters the callback for killing WordPress execution for XML-RPC requests.
Parameters
- $callback
(callable)Callback function name.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |