IXR_Server::setCapabilities
Метод класса: IXR_Server{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$IXR_Server = new IXR_Server(); $IXR_Server->setCapabilities();
Код IXR_Server::setCapabilities() IXR Server::setCapabilities WP 7.0.1
function setCapabilities()
{
// Initialises capabilities array
$this->capabilities = array(
'xmlrpc' => array(
'specUrl' => 'https://xmlrpc.com/spec.md',
'specVersion' => 1
),
'faults_interop' => array(
'specUrl' => 'https://web.archive.org/web/20240416231938/https://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php',
'specVersion' => 20010516
),
'system.multicall' => array(
'specUrl' => 'https://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgReader$1208?mode=topic',
'specVersion' => 1
),
);
}