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

Get Blog Id

renanivo edited this page Sep 14, 2010 · 2 revisions

Returns the blog_id of given domain and path in a XML-RPC request.
Expects an array with user, password and a function parameters array ($domain and $path).
e.g.

xmlrpc_encode_request("ms.GetBlogId", array(
	'admin',
	'password',
	array(
		'example.com',
		'/path'
	)
));

Clone this wiki locally