apply_filters( 'xmlrpc_methods', array $methods )

Filters the methods exposed by the XML-RPC server.


Description Description

This filter can be used to add new methods, and remove built-in methods.


Parameters Parameters

$methods

(array) An array of XML-RPC methods.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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