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