Description
Filters XML-RPC-prepared data for the given taxonomy.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 834 |
Parameters
Type | Name | Description |
---|---|---|
array | $_taxonomy | An array of taxonomy data. |
WP_Taxonomy | $taxonomy | Taxonomy object. |
array | $fields | The subset of taxonomy fields to return. |
PHP Doc
/**
* Filters XML-RPC-prepared data for the given taxonomy.
*
* @since 3.4.0
*
* @param array $_taxonomy An array of taxonomy data.
* @param WP_Taxonomy $taxonomy Taxonomy object.
* @param array $fields The subset of taxonomy fields to return.
*/