apply_filters( 'xmlrpc_prepare_taxonomy', array $_taxonomy, WP_Taxonomy $taxonomy, array $fields )

Filters XML-RPC-prepared data for the given taxonomy.


Parameters

$_taxonomy array
An array of taxonomy data.
$taxonomy WP_Taxonomy
Taxonomy object.
$fields array
The subset of taxonomy fields to return.

Top ↑

Source

File: wp-includes/class-wp-xmlrpc-server.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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