IXR_IntrospectionServer::methodHelp() public WP 1.0
{} Это метод класса: IXR_IntrospectionServer{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$IXR_IntrospectionServer = new IXR_IntrospectionServer(); $IXR_IntrospectionServer->methodHelp( $method );
- $method (обязательный)
- -
Код IXR_IntrospectionServer::methodHelp() IXR IntrospectionServer::methodHelp WP 5.7
function methodHelp($method)
{
return $this->help[$method];
}