IXR_IntrospectionServer::methodHelp()
{} It's a method of the class: IXR_IntrospectionServer{}
No Hooks.
Return
null
. Nothing.
Usage
$IXR_IntrospectionServer = new IXR_IntrospectionServer(); $IXR_IntrospectionServer->methodHelp( $method );
- $method (required)
- -
Code of IXR_IntrospectionServer::methodHelp() IXR IntrospectionServer::methodHelp WP 6.0
function methodHelp($method) { return $this->help[$method]; }