IXR_Server::hasMethod( $method )


Description Description


Source Source

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

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.