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

prasath nadarajah n.prasath.002 at gmail.com
Mon Jan 9 08:16:59 UTC 2012


What you need to do is create a new wp_xmlrpc_server class and apply it
using a hook  *wp_xmlrpc_server_class.*

The new class will be as the same as the old class except you must hack the
login method (line 179)
and remove the code segment which checks whether the xmlrpc services are
enabled.
(From line 180 to 184)

On Mon, Jan 9, 2012 at 1:30 PM, 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?
>
> Thanks.
> _______________________________________________
> wp-xmlrpc mailing list
> wp-xmlrpc at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-xmlrpc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.automattic.com/pipermail/wp-xmlrpc/attachments/20120109/9b719794/attachment.htm>


More information about the wp-xmlrpc mailing list