Filter hook 'xmlrpc_methods'
in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 176
Description
Filters the methods exposed by the XML-RPC server. This filter can be used to add new methods, and remove built-in methods.
Occurrences
Filename |
Line Number |
wp-includes/class-wp-xmlrpc-server.php |
176 |
Parameters
Type |
Name |
Description |
string[] |
$methods |
An array of XML-RPC methods, keyed by their methodName. |
PHP Doc
/**
* Filters the methods exposed by the XML-RPC server.
*
* This filter can be used to add new methods, and remove built-in methods.
*
* @since 1.5.0
*
* @param string[] $methods An array of XML-RPC methods, keyed by their methodName.
*/