xmlrpc_text_filters WordPress Filter Hook
The xmlrpc_text_filters hook allows you to filter the text that is sent to the XML-RPC clients. This can be useful for adding custom code or removing unwanted code.
apply_filters( 'xmlrpc_text_filters', array $filters ) #
Filters the MoveableType text filters list for XML-RPC.
Parameters
- $filters
(array)An array of text filters.
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |