apply_filters( 'xmlrpc_wp_insert_post_data', array $post_data, array $content_struct )

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


Description Description


Parameters Parameters

$post_data

(array) Parsed array of post data.

$content_struct

(array) Post data array.


Top ↑

Source Source

File: wp-includes/class-wp-xmlrpc-server.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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