IXR_Error::__construct( $code, $message )
PHP5 constructor.
Description
Source
File: wp-includes/IXR/class-IXR-error.php
function __construct( $code, $message ) { $this->code = $code; $this->message = htmlspecialchars($message); }
PHP5 constructor.
File: wp-includes/IXR/class-IXR-error.php
function __construct( $code, $message ) { $this->code = $code; $this->message = htmlspecialchars($message); }