wp_xmlrpc_server::serve_request()

Serves the XML-RPC request.


Description Description


Source Source

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

	public function serve_request() {
		$this->IXR_Server( $this->methods );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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