Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Show Environment In Editor

Descrição

WordPress 5.5 introduced the WP_ENVIRONMENT_TYPE constant, which allows you to define the current environment where WordPress is running, either production, staging, local, or development. You can use the Display Environment Type plugin to show this information in the admin bar.

However, in new WordPress versions, the admin bar is hidden in the post editor and site editor. This plugin adds a new icon in the block editor toolbar to display the environment type. You can think of this as a complimentary plugin to Display Environment Type because it’s highly recommended that you use both plugins at the same time.

Support the plugin

Maintaining a WordPress plugin is a lot of work. If you like the plugin, please consider rating it on WordPress.org. You can also support me on GitHub sponsors. Thank you!

If you are interested, you can also check out my other WordPress plugins:

Ecrãs

Instalação

  1. Install the plugin from your WordPress dashboard
  2. Activate the Show Environment In Editor via the plugins admin page

Perguntas frequentes

My environment shows “production”. How can I change it?

You can set the environment type in wp-config.php. Here are the values you can use.

// Production
define('WP_ENVIRONMENT_TYPE', 'production');

// Staging
define('WP_ENVIRONMENT_TYPE', 'staging');

// Local
define('WP_ENVIRONMENT_TYPE', 'local');

// Development
define('WP_ENVIRONMENT_TYPE', 'development');

Can I find this plugin on GitHub?

Yes, check out the GitHub repository.

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Show Environment In Editor” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

“Show Environment In Editor” foi traduzido para 1 locale. Obrigado aos tradutores pelas suas contribuições.

Traduza o “Show Environment In Editor” para o seu idioma.

Interessado no desenvolvimento?

Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.

Registo de alterações

1.0.9 (2024-07-17)

  • Fix: Update tested up to version 6.6

1.0.8 (2024-04-04)

  • Fix: Update tested up to version 6.5

1.0.7

  • Update readme

1.0.6

  • Remove some more unnecessary files from the release zip

1.0.5

  • Remove unnecessary files

1.0.4

  • Fix deployment

1.0.3

  • Release in the plugin directory

1.0.2

  • Prevent direct access

1.0.1

  • Update text domain
  • Update tested up to version 6.4

1.0.0

  • Initial release