IXR_Server::hasMethodpublicWP 1.0

Метод класса: IXR_Server{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$IXR_Server = new IXR_Server();
$IXR_Server->hasMethod( $method );
$method(обязательный)
.

Код IXR_Server::hasMethod() WP 7.1

function hasMethod($method)
{
    return in_array($method, array_keys($this->callbacks));
}