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.


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More