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

Ryan Chan ryanchan404 at gmail.com
Tue Jan 10 05:44:38 UTC 2012


Thanks!

On Tue, Jan 10, 2012 at 6:27 AM, Andrew Nacin <wp at andrewnacin.com> wrote:
> 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' );
>
> _______________________________________________
> wp-xmlrpc mailing list
> wp-xmlrpc at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-xmlrpc
>


More information about the wp-xmlrpc mailing list