On this page
IXR_Server::hasMethod( $method )
Source
File: wp-includes/IXR/class-IXR-server.php. View all references
function hasMethod($method)
{
return in_array($method, array_keys($this->callbacks));
}
Related
Used By
| Used By | Description |
|---|---|
| IXR_Server::call() wp-includes/IXR/class-IXR-server.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_server/hasmethod