wp_xmlrpc_server::serve_request() WordPress Method

The wp_xmlrpc_server::serve_request() method is used to process an XML-RPC request on a WordPress site. This method can be used to remotely access WordPress features such as the post editor and the WordPress admin interface.

wp_xmlrpc_server::serve_request() #

Serves the XML-RPC request.


Source

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

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

Top ↑

Changelog

Changelog
VersionDescription
2.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More