Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Development Environment Notification

Beschrijving

Ever confused between Development and Production when using Host Files?

This plugin adds a simple notification on the WP Admin bar to help the developer know if they are looking at development or production environments without needing to check host files and so on.

Schermafdrukken

  • Admin bar notification when you’re logged in.

  • Login screen notification so you know when you’re logging in.

Installatie

This section describes how to install the plugin and get it working.

  1. Drop into mu plugins or if your on a single site, can just activate like a regular plugin
  2. Define define('DEVBAR_NOTIFY', true); in your wp-config.php

FAQ

Does this work with Multisite?

Yes, this plugin is intended to be used as a mu plugin.

How do I enable the notification?

Define define('DEVBAR_NOTIFY', true); in your wp-config.php and you’ll see the notification.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Development Environment Notification” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

0.2

  • Add notification to the login screen as well

0.1

  • Initial release