Hello,<br><br>I&#39;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&#39;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&#39;ll gladly create a codex account and set this page up, if it doesn&#39;t exist already...I just wanted to be sure it&#39;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&#39;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 &quot;xmlrpc_methods&quot; filter, that can be used to add custom RPC methods programmatically in plugins. I think I read at some point that the whole Wordpress &quot;engine&quot; 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>