Filter hook 'xmlrpc_prepare_post'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 996

Description

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

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 996

Parameters

Type Name Description
array $_post An array of modified post data.
array $post An array of post data.
array $fields An array of post fields.

PHP Doc

/**
		 * Filters XML-RPC-prepared date for the given post.
		 *
		 * @since 3.4.0
		 *
		 * @param array $_post  An array of modified post data.
		 * @param array $post   An array of post data.
		 * @param array $fields An array of post fields.
		 */