Description
Filters XML-RPC-prepared data for the given term.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 869 |
Parameters
Type | Name | Description |
---|---|---|
array | $_term | An array of term data. |
array|object | $term | Term object or array. |
PHP Doc
/**
* Filters XML-RPC-prepared data for the given term.
*
* @since 3.4.0
*
* @param array $_term An array of term data.
* @param array|object $term Term object or array.
*/