2017 © Pedro Peláez
 

wordpress-muplugin wp-palvelu-instance-switcher

image

seravo/wp-palvelu-instance-switcher

  • Monday, April 3, 2017
  • by Seravo
  • Repository
  • 4 Watchers
  • 3 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

WP-palvelu.fi Instance Switcher

Latest Stable Version Total Downloads Latest Unstable Version License, (*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 );

The Versions

03/04 2017

dev-revert-shadow-terminology

dev-revert-shadow-terminology

  Sources   Download

06/03 2017

dev-master

9999999-dev

A WordPress plugin for easily switching between WP-palvelu.fi instances

  Sources   Download

GPL3

29/06 2016

1.0

1.0.0.0

A WordPress plugin for easily switching between WP-palvelu.fi instances

  Sources   Download

GPL3

29/06 2016

1.0.1

1.0.1.0

A WordPress plugin for easily switching between WP-palvelu.fi instances

  Sources   Download

GPL3