Title: WP Dev Flag
Author: Poodle Plugins
Published: <strong>10 Nisan 2019</strong>
Last modified: 7 Nisan 2026

---

Eklentilerde ara

![](https://ps.w.org/wp-dev-flag/assets/banner-772x250.png?rev=3109637)

![](https://ps.w.org/wp-dev-flag/assets/icon-256x256.png?rev=3109638)

# WP Dev Flag

 [Poodle Plugins](https://profiles.wordpress.org/poodleplugins/) tarafından

[İndir](https://downloads.wordpress.org/plugin/wp-dev-flag.2.0.1.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/wp-dev-flag/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/wp-dev-flag/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/wp-dev-flag/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/wp-dev-flag/#developers)

 [Destek](https://wordpress.org/support/plugin/wp-dev-flag/)

## Açıklama

This plugin makes it easy to distinguish between your local development site, and
your live site.
 I created this because I often use a local duplicate of my live
site, for development, with the same DB, and the same URL.

I needed a quick & easy way of distinguishing between my live and development sites
at a glance. This plugin acheives that in the simplest way possible.

There are settings for colour, positioning and the text displayed on the badge. 
It is also possible to add a link onto the badge.

## Ekran Görüntüleri

[⌊This is what the default badge looks like.⌉⌊This is what the default badge looks
like.⌉[

This is what the default badge looks like.

[⌊This is the Trigger Options tab.⌉⌊This is the Trigger Options tab.⌉[

This is the Trigger Options tab.

[⌊This is the Display Options tab.⌉⌊This is the Display Options tab.⌉[

This is the Display Options tab.

[⌊This is the Link Options tab.⌉⌊This is the Link Options tab.⌉[

This is the Link Options tab.

## Yükleme

#### From your WordPress dashboard

 1. Visit ‘Plugins > Add New’
 2. Search for ‘WP Dev Flag’
 3. Activate ‘WP Dev Flag’ from your Plugins page.
 4. Visit ‘WP Dev Flag Options’ in the ‘Plugins’ submenu to access the settings.

#### From WordPress.org

 1. Download ‘WP Dev Flag’.
 2. Upload the ‘wp-dev-flag’ directory to your ‘/wp-content/plugins/’ directory, using
    your favorite method (ftp, sftp, scp, etc…)
 3. Activate ‘WP Dev Flag’ from your Plugins page.
 4. Visit ‘WP Dev Flag Options’ in the ‘Plugins’ submenu to access the settings.

## SSS

### Can I create my own CSS for the badge?

Currently, you can customise the colour, text and position of the badge. The ability
to add a custom class is coming in the next release.

Feel free to just style `.wp-dev-flag` yourself though.

I will also explore additonal options such as custom fonts & href functionality.

### Will the badge display on my live site if I duplicate the entire database as is?

No, it detects the current server environment and if it doesn’t match the environment
that was set originally, the plugin will not display the badge. You can simply click
update to set the new environment if required.

### Can I add a link to the badge?

Yes, as of Version 1.3.0 you can add your own link and toggle it to open in a new
tab.

## İncelemeler

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

### 󠀁[Alternative](https://wordpress.org/support/topic/alternative-17/)󠁿

 [evangun](https://profiles.wordpress.org/evangun/) 21 Kasım 2020

I downloaded the plugin but did not install it when I saw the number of files. It
might be great, I won’t say anything on it, I just wanted to share a few lines of
code that did the job for me instead: if (defined('WP_DEBUG') and true === WP_DEBUG){//
add a green dot at the bottom left of the screen // when WP_DEBUG in wp-config is
true function devTag () { echo '<div style="background:green;border-radius:10px;
bottom:20px;height:10px;left:20px;position:fixed;width:10px;z-index: 9999;"></div
>'; } add_action('wp_body_open', 'devTag'); }

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

### 󠀁[Useful plugin](https://wordpress.org/support/topic/useful-plugin-528/)󠁿

 [kaybeast](https://profiles.wordpress.org/kaybeast/) 6 Mayıs 2019

Just what I was looking for. Adding this to my favorites.

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

### 󠀁[Handy plugin](https://wordpress.org/support/topic/handy-plugin-83/)󠁿

 [sgtberbatov](https://profiles.wordpress.org/sgtberbatov/) 12 Nisan 2019

Installed this on my website when I was developing it, and it’s been a very handy
yet simple tool for me. It’s now part of my toolkit for when I am developing WordPress
websites.

 [ 3 incelemeyi oku ](https://wordpress.org/support/plugin/wp-dev-flag/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“WP Dev Flag” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ Poodle Plugins ](https://profiles.wordpress.org/poodleplugins/)

[“WP Dev Flag” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/wp-dev-flag)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/wp-dev-flag/), [SVN deposuna](https://plugins.svn.wordpress.org/wp-dev-flag/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/wp-dev-flag/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/wp-dev-flag/) 
abone olun.

## Değişiklik Kaydı

#### v2.0.1

 * Bug fixes & customiser error fix.

#### v2.0.0

 * Full codebase rewrite. Remove code fluff, restructure code.

#### v1.3.1 – 23 May 21

 * Bug fix: Add default option values to fix possible PHP notices.

#### v1.3.0 – 02 Jan 21

 * Enhancement: Added a link options settings tab. This allows you to add a link
   and toggle it to open in a new tab.

#### v1.2.0 – 25 Jun 19

 * Enhancement: Added a setting to toggle the badge on the front end. You now have
   control over the display of the badge on both front end and dashboard, independently.

#### v1.1.0 – 02 Jun 19

 * Enhancement: Added the ability to show a badge in the admin dashboard. This will
   appear in the admin bar, to avoid obscuring any menu options.

#### v1.0.0

 * First Version.

## Meta

 *  Sürüm **2.0.1**
 *  Son güncelleme **3 ay önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 3.0.1 veya üstü **
 *  Test edilen sürüm **6.9.4**
 *  PHP sürümü ** 5.6 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/wp-dev-flag/)
 * Etiketler
 * [banner](https://tr.wordpress.org/plugins/tags/banner/)[development](https://tr.wordpress.org/plugins/tags/development/)
   [flag](https://tr.wordpress.org/plugins/tags/flag/)[localhost](https://tr.wordpress.org/plugins/tags/localhost/)
   [production](https://tr.wordpress.org/plugins/tags/production/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/wp-dev-flag/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  3 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-dev-flag/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-dev-flag/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-dev-flag/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-dev-flag/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-dev-flag/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-dev-flag/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/wp-dev-flag/reviews/)

## Katkıda bulunanlar

 *   [ Poodle Plugins ](https://profiles.wordpress.org/poodleplugins/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/wp-dev-flag/)