I am using a geo-tag map plugin called Geo Mashup, along with a WordPress Multisite install.
When I create a new site, an alert appears (in the admin alerts area) immediately telling me I have to go to the settings page to update the database:
“Geo Mashup needs to upgrade its database, visit the settings to do it now.”
And simply visiting this page (Settings > Geo Mashup
) on the new ‘sub site’ makes it work.
Is it possible to redirect the browser to the new site plugin’s setting page right after creating the new site?
The following code does the redirect. In this example, the redirection is to a BackupBuddy’s page.
For reference: Related Answer that uses an Action Hook fired on blog creation.
But, for the case in this Question -redirect after creation-, I think the approach used here may be better.