apply_filters( 'xmlrpc_prepare_term', array $_term, array|object $term )

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


Parameters

$_term

(array) An array of term data.

$term

(array|object) Term object or array.


Source

File: wp-includes/class-wp-xmlrpc-server.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.