restore_current_blog() vs switch_to_blog()
After every instance of switch_to_blog() you should call restore_current_blog() to restore the current (actually, previous) blog. But if you’re looping through two or … Read more
After every instance of switch_to_blog() you should call restore_current_blog() to restore the current (actually, previous) blog. But if you’re looping through two or … Read more
I got on the list to test a private beta of a plugin I’m using on a multisite network. The plugin authors have … Read more
I wish to create a custom capability for accessing the interface of my plugin. Should the plugin manage adding this capability to all … Read more
The user profile page has the following fields: Username First Name Last Name Nickname Display name Contact Info E-mail Website AIM Yahoo IM … Read more
I want to work with WordPress multisite, but I want to be able to use my own names. For example my main site … Read more