On this page
apply_filters( 'xmlrpc_prepare_taxonomy', array $_taxonomy, WP_Taxonomy $taxonomy, array $fields )
Filters XML-RPC-prepared data for the given taxonomy.
Parameters
$_taxonomyarray-
An array of taxonomy data.
$taxonomyWP_Taxonomy-
Taxonomy object.
$fieldsarray-
The subset of taxonomy fields to return.
Source
File: wp-includes/class-wp-xmlrpc-server.php. View all references
return apply_filters( 'xmlrpc_prepare_taxonomy', $_taxonomy, $taxonomy, $fields );
Related
Used By
| Used By | Description |
|---|---|
| wp_xmlrpc_server::_prepare_taxonomy() wp-includes/class-wp-xmlrpc-server.php | Prepares taxonomy data for return in an XML-RPC object. |
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/xmlrpc_prepare_taxonomy