這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Development Environment Notification

外掛說明

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.

螢幕擷圖

安裝方式

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

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Development Environment Notification〉的開發相關工作。

參與者

變更記錄

0.2

  • Add notification to the login screen as well

0.1

  • Initial release