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