IXR_Server::getCapabilities() –

You appear to be a bot. Output may be restricted

Description

Usage

IXR_Server::getCapabilities( $args );

Parameters

$args
( mixed ) required

Returns

void

Source

File name: wordpress/wp-includes/IXR/class-IXR-server.php
Lines:

1 to 4 of 4
    function getCapabilities($args)
    {
        return $this->capabilities;
    }
 

 View on GitHub View on Trac