I have a multisite WordPress installation that I want to connect to a different application via webservices. I’m getting a list of users and I need to create sites automatically. I’m not sure how exactly to do that. Any tips would be appreciated. Thanks.
Leave a Reply
You must be logged in to post a comment.
This is handled internally by WordPress using a file called
/wp-admin/network/site-new.php
by calling thewpmu_create_blog()
function.