Title: Display Environment Type
Author: Stoil Dobreff
Published: <strong>2020년 8월 21일</strong>
Last modified: 2025년 12월 19일

---

플러그인 검색

![](https://ps.w.org/display-environment-type/assets/icon-256x256.png?rev=2366333)

# Display Environment Type

 작성자: [Stoil Dobreff](https://profiles.wordpress.org/sdobreff/)

[다운로드](https://downloads.wordpress.org/plugin/display-environment-type.1.6.0.zip)

[실시간 미리보기](https://ko.wordpress.org/plugins/display-environment-type/?preview=1)

 * [세부사항](https://ko.wordpress.org/plugins/display-environment-type/#description)
 * [평가](https://ko.wordpress.org/plugins/display-environment-type/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/display-environment-type/#installation)
 * [개발](https://ko.wordpress.org/plugins/display-environment-type/#developers)

 [지원](https://wordpress.org/support/plugin/display-environment-type/)

## 설명

WordPress 5.5 introduced a way to differentiate between environment types (development,
staging, production). This plugin shows your site’s environment type in the admin
bar and the dashboard “At a Glance” widget.

[More info about the feature](https://make.wordpress.org/core/2020/07/24/new-wp_get_environment_type-function-in-wordpress-5-5/)

To gain additional control — for example, setting the environment or other values
from the WP admin (when `wp-config.php` is writable) — consider installing our other
plugin **[0 Day Analytics](https://wordpress.org/plugins/0-day-analytics/)**.

### Recommended Plugins

 * [0 Day Analytics](https://wordpress.org/plugins/0-day-analytics/) — a powerful
   plugin for sites that need more insight into errors and runtime behavior. It 
   includes a Cron manager, a Transient manager (database-backed), DB manager, Snippet
   manager, Mail manager, Plugin Version Switcher available from the Plugins page
   and many more.

## 스크린샷

[⌊Admin bar display (production).⌉⌊Admin bar display (production).⌉[

Admin bar display (production).

[⌊Admin bar display (staging).⌉⌊Admin bar display (staging).⌉[

Admin bar display (staging).

[⌊Admin bar display (development).⌉⌊Admin bar display (development).⌉[

Admin bar display (development).

[⌊Admin bar display (custom).⌉⌊Admin bar display (custom).⌉[

Admin bar display (custom).

[⌊The "At a Glance" widget.⌉⌊The "At a Glance" widget.⌉[

The “At a Glance” widget.

## 설치

 1. Install and activate the plugin from the ‘Plugins’ menu in WordPress.

## FAQ

### Can I set a custom color for my environment types?

Colors are intentionally fixed to avoid confusion. If colors were configurable, 
they’d need to be identical across all related servers to remain consistent.

### What happens if I define custom environment types?

Custom environment types were briefly supported in WordPress 5.5 but were removed
in 5.5.1. This plugin does not support custom types.

### Why don’t non-administrators see the environment type on the front end?

By default, the environment type is shown only to users with administrative capabilities.
This avoids exposing a prominent colored indicator to regular subscribers and other
non-admin users.

For additional control, use the `det_display_environment_type` filter hook. Example:

    ```
    function rt_det_display_filter( $display ) {
        // Disable the environment type display for user ID 2.
        return ( get_current_user_id() !== 2 );
    }
    add_filter( 'det_display_environment_type', 'rt_det_display_filter' );
    ```

## 후기

![](https://secure.gravatar.com/avatar/4aa92835d49a316a4b9ebdaa3f4a383f95d015bcc204ac534a04b489a67cce60?
s=60&d=retro&r=g)

### 󠀁[Helpful Reminder](https://wordpress.org/support/topic/helpful-reminder/)󠁿

 [ericsackett](https://profiles.wordpress.org/ericsackett/) 2025년 4월 9일

Easy to see reminder of which version of the site I’m on.

![](https://secure.gravatar.com/avatar/57c0527248cb033a796a4c05c147127d6e4ec01c397ee3e2ded7ddfa4b2f9d2a?
s=60&d=retro&r=g)

### 󠀁[This is what a developer needs](https://wordpress.org/support/topic/this-is-what-a-developer-needs/)󠁿

 [drinkmaker](https://profiles.wordpress.org/drinkmaker/) 2024년 1월 24일

Five stars for Display Environment Type! Huge thanks to the author for creating 
this gem. The plugin might be small, but it’s incredibly useful, doing exactly what
you’d expect without any unnecessary clutter. No settings hassle – just install 
and get to work seamlessly.

![](https://secure.gravatar.com/avatar/cb9358ffd8587c3498800d9c404ab24e3f8cf81596d7038125e10a65c76226de?
s=60&d=retro&r=g)

### 󠀁[Yes, you are working on the live site – PAY ATTENTION!](https://wordpress.org/support/topic/yes-you-are-working-on-the-live-site-pay-attention/)󠁿

 [Bjarne Oldrup](https://profiles.wordpress.org/oldrup/) 2022년 4월 26일

I switch a LOT between production sites and a clone made for testing, when creating
a real staging environment is not possible. More than once, I have unintentionally
made changes to the wrong instance of the site. That’s no fun. Display Environment
Type makes it very clear what I’m working on, when I should pay extra attention.
Recommended.

![](https://secure.gravatar.com/avatar/ed2c3ccfe9b4cda57477896d9d36272c56305f9391d72522a07a5a5451bf5926?
s=60&d=retro&r=g)

### 󠀁[Nice little helper](https://wordpress.org/support/topic/nice-little-helper-4/)󠁿

 [Bego Mario Garde](https://profiles.wordpress.org/pixolin/) 2020년 8월 21일

Have you ever accidentally added test content to a productive website? You can now
define a constant in your wp-config.php to distinguish between development, staging
and productuion sites. To make this visible, this lean but helpful plugin adds an
indicator to the admin bar and dashboard widget which helps to avoid mistakes as
adding “Lorem ipsum” to your productive site. 🙂 Plugin works like a charm. No settings
needed. Install, activate and feel happy.

 [ 모든 4 평가 읽기 ](https://wordpress.org/support/plugin/display-environment-type/reviews/)

## 기여자 & 개발자

“Display Environment Type”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 
플러그인에 기여하였습니다.

기여자

 *   [ Stoil Dobreff ](https://profiles.wordpress.org/sdobreff/)
 *   [ Roy Tanck ](https://profiles.wordpress.org/roytanck/)
 *   [ Mark Jaquith ](https://profiles.wordpress.org/markjaquith/)
 *   [ tflight ](https://profiles.wordpress.org/tflight/)
 *   [ mrwweb ](https://profiles.wordpress.org/mrwweb/)
 *   [ tekapo ](https://profiles.wordpress.org/tekapo/)

“Display Environment Type”(이)가 14 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/display-environment-type/contributors)
님께 감사드립니다.

[자국어로 “Display Environment Type”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/display-environment-type)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/display-environment-type/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/display-environment-type/)를 
확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/display-environment-type/)
을 [RSS](https://plugins.trac.wordpress.org/log/display-environment-type/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.6.0 (2025-12-18)

 * Code improvements. Added the Gutenberg menu. 0 Day Analytics introduced.

#### 1.5.0 (2024-07-01)

 * Code improvements; shows the constants’ values regardless of the `WP_DEBUG` constant.
   WP Control plugin introduced.

#### 1.4.0 (2024-04-07)

 * Code improvements and UI fixes — show the icon on mobile and set colors in the“
   At a Glance” widget. Added WordPress version in the drop-down menu.

#### 1.3.5 (2025-04-04)

 * Added a drop-down submenu with WP constants and their values (enabled / disabled).

#### 1.3.4 (2024-12-20)

 * Added a filter hook to modify the environment’s display name (thanks @erniecom).

#### 1.3.3 (2024-07-05)

 * Internationalization improvements by @tekapo.

#### 1.3.2 (2023-11-10)

 * Accessibility improvements by @mrwweb.

#### 1.3.1 (2022-03-30)

 * Skip loading the CSS file on the front end if the toolbar is hidden (thanks @
   tflight).

#### 1.3 (2020-08-25)

 * Code refactor (thank you, @markjaquith).
 * Environment type now hidden by default for subscribers.

#### 1.2.1 (2020-08-23)

 * Removed the distracting hover effect (thank you, @markjaquith).
 * Hardening against XSS (props @markjaquith).

#### 1.2 (2020-08-21)

 * Adds a filter hook to allow you to determine whether the environment is displayed.

#### 1.1 (2020-08-21)

 * Added a conditional front-end display (admins only).
 * Improved plugin initialization.

#### 1.0.2 (2020-08-21)

 * Removed the (unstyled) display on the front-end admin bar.
 * Added a FAQ section to the readme file.

#### 1.0.1 (2020-08-21)

 * Fixed the plugin description and plugin URI.

#### 1.0 (2020-08-20)

 * Initial release.

## 기초

 *  버전 **1.6.0**
 *  최근 업데이트: **8개월 전**
 *  활성화된 설치 **1,000+**
 *  워드프레스 버전 ** 5.5 또는 그 이상 **
 *  다음까지 시험됨: **6.9.7**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/display-environment-type/),
   [Dutch](https://nl.wordpress.org/plugins/display-environment-type/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/display-environment-type/),
   [English (US)](https://wordpress.org/plugins/display-environment-type/), [French (France)](https://fr.wordpress.org/plugins/display-environment-type/),
   [German](https://de.wordpress.org/plugins/display-environment-type/), [Japanese](https://ja.wordpress.org/plugins/display-environment-type/),
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/display-environment-type/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/display-environment-type/),
   [Romanian](https://ro.wordpress.org/plugins/display-environment-type/), [Russian](https://ru.wordpress.org/plugins/display-environment-type/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/display-environment-type/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/display-environment-type/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/display-environment-type/),
   그리고 [Swedish](https://sv.wordpress.org/plugins/display-environment-type/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/display-environment-type)
 * 태그:
 * [development](https://ko.wordpress.org/plugins/tags/development/)[environment](https://ko.wordpress.org/plugins/tags/environment/)
   [production](https://ko.wordpress.org/plugins/tags/production/)[staging](https://ko.wordpress.org/plugins/tags/staging/)
 *  [고급 보기](https://ko.wordpress.org/plugins/display-environment-type/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  4/5-별점 후기     ](https://wordpress.org/support/plugin/display-environment-type/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/display-environment-type/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/display-environment-type/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/display-environment-type/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/display-environment-type/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/display-environment-type/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/display-environment-type/reviews/)

## 기여자

 *   [ Stoil Dobreff ](https://profiles.wordpress.org/sdobreff/)
 *   [ Roy Tanck ](https://profiles.wordpress.org/roytanck/)
 *   [ Mark Jaquith ](https://profiles.wordpress.org/markjaquith/)
 *   [ tflight ](https://profiles.wordpress.org/tflight/)
 *   [ mrwweb ](https://profiles.wordpress.org/mrwweb/)
 *   [ tekapo ](https://profiles.wordpress.org/tekapo/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/display-environment-type/)