Description
Filters the default revision query fields used by the given XML-RPC method.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 4692 |
Parameters
Type | Name | Description |
---|---|---|
array | $field | An array of revision fields to retrieve. By default, contains 'post_date' and 'post_date_gmt'. |
string | $method | The method name. |
PHP Doc
/**
* Filters the default revision query fields used by the given XML-RPC method.
*
* @since 3.5.0
*
* @param array $field An array of revision fields to retrieve. By default,
* contains 'post_date' and 'post_date_gmt'.
* @param string $method The method name.
*/