WP-palvelu.fi Instance Switcher
, (*1)
A WordPress must-use plugin for easily switching between WP-palvelu.fi shadows, (*2)
THIS REPOSITORY IS DEPRECATED
This plugin as of commit bfb019a923838bf60fbc3bad652c823303b09239 was merged into the Seravo Plugin, in pull request https://github.com/Seravo/seravo-plugin/pull/36., (*3)
All future development goes there and this repository will eventually be deleted in 2018 or so., (*4)
Filters
You can insert your own admin notice for users that are in shadow, (*5)
function my_shadow_admin_notice($admin_notice, $current_screen) {
return '<div class="notice notice-error"><p>This is staging. All content edited here will be lost. Return to production to create or edit content.</p></div>';
}
add_filter( 'wpp_instance_switcher_admin_notice', 'my_shadow_admin_notice', 10, 2 );