IXR_Request::IXR_Request()publicWP 1.0

PHP4 constructor.

Method of the class: IXR_Request{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Request = new IXR_Request();
$IXR_Request->IXR_Request( $method, $args );
$method (required)
-
$args (required)
-

IXR_Request::IXR_Request() code WP 6.5.2

public function IXR_Request( $method, $args ) {
	self::__construct( $method, $args );
}