설명
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.
- Drop into mu plugins or if your on a single site, can just activate like a regular plugin
- 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.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Development Environment Notification”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
0.2
- Add notification to the login screen as well
0.1
- Initial release

