Ali
Ali

Reputation: 267087

Where to find Wordpress API documentation?

I've been looking all over but I can't find the documentation of Wordpress's XML-RPC API including a listing of all the functions, their parameters, etc. Can someone post the link(s)?

Upvotes: 1

Views: 403

Answers (2)

Pekka
Pekka

Reputation: 449515

Is this any good?

It doesn't look like a lot but it seems to be the official documentation. I don't think it's going to get any better than that, except maybe for 3rd party tutorials.

Upvotes: 4

sth
sth

Reputation: 229633

Searching for "Wordpress XML-RPC API documentation" points to this site, which seems to be the official documantation. It contains links to all the supported general blogging APIs as well as special Wordpress extensions and general development information.

Upvotes: 3

Related Questions