wordpress / latest / classes / wp_xmlrpc_server / mt_supportedmethods.html

wp_xmlrpc_server::mt_supportedMethods(): array

Retrieve an array of methods supported by this server.

Return

array

Source

File: wp-includes/class-wp-xmlrpc-server.php. View all references

public function mt_supportedMethods() {
	/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
	do_action( 'xmlrpc_call', 'mt.supportedMethods', array(), $this );

	return array_keys( $this->methods );
}

Hooks

Uses

Uses Description

Changelog

Version Description
1.5.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_xmlrpc_server/mt_supportedmethods