IXR_Server::hasMethod( $method ) In this article Table of ContentsSource Related ↑ Back to top Source function hasMethod($method) { return in_array($method, array_keys($this->callbacks)); } View all references View on Trac View on GitHub Related Used byDescriptionIXR_Server::call()wp-includes/IXR/class-IXR-server.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.