Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Update Archived

renanivo edited this page Sep 14, 2010 · 2 revisions

Updates the archived status of a blog calling WP’s update_archived function.
Expects an array with user, password and update_archived parameters.
e. g.

xmlrpc_encode_request("ms.UpdateArchived", array(
	'admin',
	'password',
	array(2, 1)
));

Returns the new archived status or an error message.

Clone this wiki locally