Skip to content

A devmode plugin based on Dave Clements tutorial on Do it with WP

Notifications You must be signed in to change notification settings

alvarogois/dc-devmode-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DC devmode plugin (Dave Clements')

Simple WordPress plugin that disables some plugins from being activated in a development environment.

It's totally based on Dave Clements' tutorial on Do it with WP.

Installation

  • Drop in mu-plugins folder.
  • Add this code to wp-config.php (before the /* That's all… line:
/**
 * Set up development environment
 */
if ( !defined('WP_ENV') )
	define('WP_ENV', 'dev');

About

A devmode plugin based on Dave Clements tutorial on Do it with WP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages