[wp-hackers] XML-RPC requests

Otto otto at ottodestruct.com
Sat Jan 15 18:17:32 UTC 2011


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
>


More information about the wp-hackers mailing list