apply_filters( ‘xmlrpc_prepare_taxonomy’, array $_taxonomy, WP_Taxonomy $taxonomy, array $fields )

In this article

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

return apply_filters( 'xmlrpc_prepare_taxonomy', $_taxonomy, $taxonomy, $fields );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.