Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Dev Notice

Descripción

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

Instalación

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);

Preguntas frecuentes

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);

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP Dev Notice» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP Dev Notice» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.