IXR_Server::hasMethod()
{} It's a method of the class: IXR_Server{}
No Hooks.
Return
null
. Nothing.
Usage
$IXR_Server = new IXR_Server(); $IXR_Server->hasMethod( $method );
- $method (required)
- -
Code of IXR_Server::hasMethod() IXR Server::hasMethod WP 6.0
function hasMethod($method) { return in_array($method, array_keys($this->callbacks)); }