This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Dev Notice

Description

A WordPress plugin that displays a notification if you are working on a dev environment

You can configure the message that the notice displays, and the notice CSS class. The plugin comes with 3 notice levels:

  • wp-dev-notice-info
  • wp-dev-notice-warning
  • wp-dev-notice-danger

Installation

Install and activate the plugin. Overite the defaults in the wp-config.php if required.

define('WP_DEV_NOTICE_MESSAGE', 'You are working on a dev environment');
define('WP_DEV_NOTICE_CLASS', 'wp-dev-notice wp-dev-notice-warning');
define('WP_DEV_NOTICE_HIDE_IN_FRONTEND', false);
define('WP_DEV_NOTICE_HIDE_IN_BACKEND', false);

FAQ

Installation Instructions

Install and activate the plugin. Overite the defaults in the wp-config.php if required.

define('WP_DEV_NOTICE_MESSAGE', 'You are working on a dev environment');
define('WP_DEV_NOTICE_CLASS', 'wp-dev-notice wp-dev-notice-warning');
define('WP_DEV_NOTICE_HIDE_IN_FRONTEND', false);
define('WP_DEV_NOTICE_HIDE_IN_BACKEND', false);

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Dev Notice” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.

Penyumbang

Translate “WP Dev Notice” into your language.

Berminat dalam pembangunan?

Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.