On Mon, Jan 9, 2012 at 3:00 AM, Ryan Chan <span dir="ltr"><<a href="mailto:ryanchan404@gmail.com">ryanchan404@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I want to turn on XMLRPC for users' blog without the need to change<br>
the setting in their wordpress's admin.<br>
<br>
Is it possible to say, create a new file xmlrpc2.php and copy this<br>
file to under the user's blog and apply some hack in this file to by<br>
pass the admin setting?<br>
<br>
If yes, which file I should look at?</blockquote><div><br></div><div>You can update the database as Joseph and Dion suggested, though this is enough to get you started:</div><div><br class="Apple-interchange-newline">add_filter( 'pre_option_enable_xmlrpc', '__return_true' );</div>
</div>