Hello,<br><br>I've been playing with the XMLRPC API, and I have a few unanswered questions :<br><br>--Is there a Codex page that lists every RPC method, with links to the corresponding help page ?<br>I couldn't find any...I usually end up catenating the URL <a href="http://codex.wordpress.org/XML-RPC/">http://codex.wordpress.org/XML-RPC/</a> with the method name (ie. <a href="http://codex.wordpress.org/XML-RPC/wp.getComments">http://codex.wordpress.org/XML-RPC/wp.getComments</a>), and it sometimes works. I'll gladly create a codex account and set this page up, if it doesn't exist already...I just wanted to be sure it's not redundant.<br>
<br>--Are there plans for new RPC methods in the near future ?<br>I realized that many of the WP3 new features (custom taxonomies, custom post types) don't have corresponding RPC methods...are there plans to add these ? Is the XMLRPC part of Wordpress still alive ?<br>
<br>--Is it possible adding custom RPC methods through plugins code ? Do you recommend it ?<br>I noticed the "xmlrpc_methods" filter, that can be used to add custom RPC methods programmatically in plugins. I think I read at some point that the whole Wordpress "engine" is not started when dealing with XMLRPC requests...In that context, would registering new methods through the filter and loading the corresponding callbacks work ? And would you do it that way ?<br>
<br>Thank you for your answers.<br><br>Nicolas<br><br><br>