apply_filters( ‘xmlrpc_prepare_term’, array $_term, array|object $term )

In this article

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

Parameters

$_termarray
An array of term data.
$termarray|object
Term object or array.

Source

return apply_filters( 'xmlrpc_prepare_term', $_term, $term );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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