IXR_Server::hasMethod( $method )


Description


Source

File: wp-includes/IXR/class-IXR-server.php

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