IXR_Server::hasMethod( $method )
Contents
Description Description
Source Source
File: wp-includes/IXR/class-IXR-server.php
function hasMethod($method) { return in_array($method, array_keys($this->callbacks)); }
Expand full source code Collapse full source code View on Trac