apply_filters( ‘xmlrpc_prepare_post’, array $_post, array $post, array $fields )

In this article

Filters XML-RPC-prepared date for the given post.

Parameters

$_postarray
An array of modified post data.
$postarray
An array of post data.
$fieldsarray
An array of post fields.

Source

return apply_filters( 'xmlrpc_prepare_post', $_post, $post, $fields );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.