In a multisite, how can I get the ID of the owner of the current blog?
I know how to get the current blogs Id using get_current_blog_id(), so given that ID, how would I fetch the ID of the owner of that blog? (there’s just one owner per blog.)
In a multisite, how can I get the ID of the owner of the current blog?
I know how to get the current blogs Id using get_current_blog_id(), so given that ID, how would I fetch the ID of the owner of that blog? (there’s just one owner per blog.)
You must be logged in to post a comment.
I use this workaround to get the ID of the owner of the current blog:
I came up with this solution for a direct query, but I’d still like to know if there’s a template tag I’ve missed.