Linux 软件免费装

Display Environment Type

开发者 roytanck
markjaquith
tflight
mrwweb
更新时间 2024年4月5日 18:57
PHP版本: 5.6 及以上
WordPress版本: 6.4
版权: GPLv3

标签

development staging production environment type dtap

下载

1.1 1.2.1 1.3 1.3.2 1.2 1.0 1.0.1 1.0.2 1.3.1

详情介绍:

WordPress 5.5 introduces a way to differentiate between environment types (development, staging, production). This plugin displays your site's environment type on the admin bar. More info about the new feature

安装:

  1. Install and activate using the 'Plugins' menu in WordPress.

屏幕截图:

  • Admin bar display (staging).
  • Admin bar display (development).
  • Admin bar display (custom).
  • The 'at a glance' widget.

常见问题:

Can I set custom color for my environment types?

The colors are currently fixed. This was done to avoid possible confusion. If the colors were user-configurable, they would need to be set up exactly the same on all related servers.

What will happen when I define custom environment types?

Custom types were originally added in WordPress 5.5, but they were removed in 5.5.1. This plugin no longer supports them.

Why is there no display on the front-end of the site, for logged-in users with the admin bar enabled?

There's no display for non-admin users. The reasoning behind this is that in most cases, you'd probably not want to bother logged-in subscribers with a bright-colored box on their admin bar. For the same reason, the environment type is also hidden for subscribers in wp-admin. For additional control, you can use the 'det_display_environment_type' filter hook: 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' );

更新日志:

1.3.2 (2023-11-10) 1.3.1 (2022-03-30) 1.3 (2020-08-25) 1.2.1 (2020-08-23) 1.2 (2020-08-21) 1.1 (2020-08-21) 1.0.2 (2020-08-21) 1.0.1 (2020-08-21) 1.0 (2020-08-20)