I have a WordPress Multisite installation with Buddypress. I would want to restrict people from creating another blog so that they have only one blog.
How do I achieve this?
I have a WordPress Multisite installation with Buddypress. I would want to restrict people from creating another blog so that they have only one blog.
How do I achieve this?
You must be logged in to post a comment.
Check the user meta key
primary_blog
:For users without a blog
$user_has_blog
will be false now. For other users$user_has_blog
is the blog ID.