xmlrpc_prepare_post WordPress Filter Hook
The xmlrpc_prepare_post hook is used to prepare a post for xmlrpc before it is sent. This hook is used to add or remove data from the post before it is sent.
apply_filters( 'xmlrpc_prepare_post', array $_post , array $post , array $fields ) #
Filters XML-RPC-prepared date for the given post.
Parameters
- $_post
(array)An array of modified post data.
- $post
(array)An array of post data.
- $fields
(array)An array of post fields.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |