IXR_IntrospectionServer::methodHelp()publicWP 1.0

Method of the class: IXR_IntrospectionServer{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_IntrospectionServer = new IXR_IntrospectionServer();
$IXR_IntrospectionServer->methodHelp( $method );
$method (required)
-

IXR_IntrospectionServer::methodHelp() code WP 6.5.2

function methodHelp($method)
{
    return $this->help[$method];
}