apply_filters( ‘xmlrpc_text_filters’, array $filters )

In this article

Filters the MoveableType text filters list for XML-RPC.

Parameters

$filtersarray
An array of text filters.

Source

return apply_filters( 'xmlrpc_text_filters', array() );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

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