xmlrpc_prepare_taxonomy WordPress Filter Hook

The xmlrpc_prepare_taxonomy hook is called when preparing a taxonomy for XML-RPC. This hook can be used to modify the taxonomy data before it is returned to the client.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More