IXR_Request::IXR_Request( $method,  $args )

PHP4 constructor.


Description Description


Source Source

File: wp-includes/IXR/class-IXR-request.php

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

Top ↑

User Contributed Notes User Contributed Notes

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