[wp-hackers] add_action for XML-RPC

Sean Hickey seanhickey at gmail.com
Tue Mar 21 11:56:57 GMT 2006


I already tried using it like this:

add_filter('xmlrpc_methods', array('myplug.ping' => 'myplug_ping'));
function myplug_ping($args) {
	return $args;
}

And it didn't do anything.  The only place that "xmlrpc_methods" is
even mentioned in the docs is under Skippy's page, and there it's only
listed, no description.

Even if that did work, and I'm doing something wrong, it seems the
filter is important/nice enough to get mentioned in the codex, along
with a proper description for using it.

- Sean
--
http://www.headzoo.com


More information about the wp-hackers mailing list