IXR_Server::hasMethod() –
You appear to be a bot. Output may be restricted
Description
Usage
IXR_Server::hasMethod( $method );
Parameters
- $method
- ( mixed ) required –
Returns
void
Source
File name: wordpress/wp-includes/IXR/class-IXR-server.php
Lines:
1 to 4 of 4
function hasMethod($method) { return in_array($method, array_keys($this->callbacks)); }