IXR_Server::IXR_Server( $callbacks = false,  $data = false,  $wait = false )

PHP4 constructor.


Description Description


Source Source

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

	public function IXR_Server( $callbacks = false, $data = false, $wait = false ) {
		self::__construct( $callbacks, $data, $wait );
	}

Top ↑

User Contributed Notes User Contributed Notes

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