[wp-hackers] XML-RPC requests
William P. Davis
will.davis at gmail.com
Sat Jan 15 18:25:41 UTC 2011
Awesome, thanks Otto.
Sent from my BlackBerry® wireless device
-----Original Message-----
From: Otto <otto at ottodestruct.com>
Sender: wp-hackers-bounces at lists.automattic.com
Date: Sat, 15 Jan 2011 13:17:32
To: <wp-hackers at lists.automattic.com>
Reply-To: wp-hackers at lists.automattic.com
Subject: Re: [wp-hackers] XML-RPC requests
Yes, and WP version 3.1 extends it to work on more server types
through the use of the WP HTTP API.
http://ottopress.com/2010/wordpress-3-1-and-xml-rpc/
Note that you'll have to explictly include it if you need it, it's not
included everywhere by default:
include_once(ABSPATH . WPINC . '/class-IXR.php');
include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');
-Otto
On Sat, Jan 15, 2011 at 1:04 PM, William P. Davis <will.davis at gmail.com> wrote:
> Does WordPress have a built-in api for making (not receiving) xml-rpc requests? Maybe somewhere in the http api?
> Sent from my BlackBerry® wireless device
>_______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
_______________________________________________
wp-hackers mailing list
wp-hackers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list