IXR_Client::getErrorCode() –

You appear to be a bot. Output may be restricted

Description

Usage

IXR_Client::getErrorCode();

Parameters

Returns

void

Source

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

1 to 4 of 4
    function getErrorCode()
    {
        return $this->error->code;
    }
 

 View on GitHub View on Trac