[wp-xmlrpc] Enable XMLRPC without turn on in the admin

Andrew Nacin wp at andrewnacin.com
Mon Jan 9 22:27:21 UTC 2012


On Mon, Jan 9, 2012 at 3:00 AM, Ryan Chan <ryanchan404 at gmail.com> wrote:

> I want to turn on XMLRPC for users' blog without the need to change
> the setting in their wordpress's admin.
>
> Is it possible to say, create a new file xmlrpc2.php and copy this
> file to under the user's blog and apply some hack in this file to by
> pass the admin setting?
>
> If yes, which file I should look at?


You can update the database as Joseph and Dion suggested, though this is
enough to get you started:

add_filter( 'pre_option_enable_xmlrpc', '__return_true' );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.automattic.com/pipermail/wp-xmlrpc/attachments/20120109/56f8e0d9/attachment.htm>


More information about the wp-xmlrpc mailing list