IXR_IntrospectionServer::methodHelp() WordPress Method
The IXR_IntrospectionServer::methodHelp() method is a utility method that can be used to display information about a specific XML-RPC method. This method takes one parameter, which is the name of the method for which you want to display information.
IXR_IntrospectionServer::methodHelp( $method ) #
Contents
Source
File: wp-includes/IXR/class-IXR-introspectionserver.php
function methodHelp($method) { return $this->help[$method]; }
Expand full source codeCollapse full source codeView on TracView on GitHub