IXR_Server::hasMethod
Method of the class: IXR_Server{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Server = new IXR_Server(); $IXR_Server->hasMethod( $method );
- $method(required)
- .
IXR_Server::hasMethod() IXR Server::hasMethod code WP 6.9
function hasMethod($method)
{
return in_array($method, array_keys($this->callbacks));
}