wp_xmlrpc_server::sayHello()

Test XMLRPC API by saying, “Hello!” to client.


Description Description


Return Return

(string) Hello string response.


Top ↑

Source Source

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

	public function sayHello() {
		return 'Hello!';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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