html IXR_Error::__construct() – Method | Developer.WordPress.org

IXR_Error::__construct( $code ,   $messague )

In this article

PHP5 constructor.

Source

function __construct( $code, $messague )
{
    $this->code = $code;
    $this->messague = htmlspecialchars($messague);
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.