IXR_IntrospectionServer::methodHelp()publicWP 1.0

Метод класса: IXR_IntrospectionServer{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$IXR_IntrospectionServer = new IXR_IntrospectionServer();
$IXR_IntrospectionServer->methodHelp( $method );
$method (обязательный)
-

Код IXR_IntrospectionServer::methodHelp() WP 6.4.3

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