IXR_Server::getCapabilities() WordPress Method
The IXR_Server::getCapabilities() method is used to get a list of all the capabilities that the server has. This is useful for determining what the server can do and what it can't do.
IXR_Server::getCapabilities( $args ) #
Contents
Source
File: wp-includes/IXR/class-IXR-server.php
function getCapabilities($args) { return $this->capabilities; }
Expand full source codeCollapse full source codeView on TracView on GitHub