Filters the callback for killing WordPress execution for XML-RPC requests.
Parameters
$callbackcallable- Callback function name.
Source
$callback = apply_filters( 'wp_die_xmlrpc_handler', '_xmlrpc_wp_die_handler' );
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.