wp_xmlrpc_server::mt_supportedMethods()

Retrieve an array of methods supported by this server.


Description Description


Return Return

(array)


Top ↑

Source Source

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

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

		return array_keys( $this->methods );
	}

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.