apply_filters( ‘xmlrpc_wp_insert_post_data’, array $post_data, array $content_struct )

In this article

Filters post data array to be inserted via XML-RPC.

Parameters

$post_dataarray
Parsed array of post data.
$content_structarray
Post data array.

Source

$post_data = apply_filters( 'xmlrpc_wp_insert_post_data', $post_data, $content_struct );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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