Title: Control Live Changes
Author: Steve Taylor
Published: <strong>April 30, 2012</strong>
Last modified: August 19, 2012

---

Search plugins

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.

![](https://s.w.org/plugins/geopattern-icon/control-live-changes.svg)

# Control Live Changes

 By [Steve Taylor](https://profiles.wordpress.org/gyrus/)

[Download](https://downloads.wordpress.org/plugin/control-live-changes.0.2.2.zip)

 * [Details](https://wordpress.org/plugins/control-live-changes/#description)
 * [Reviews](https://wordpress.org/plugins/control-live-changes/#reviews)
 *  [Installation](https://wordpress.org/plugins/control-live-changes/#installation)
 * [Development](https://wordpress.org/plugins/control-live-changes/#developers)

 [Support](https://wordpress.org/support/plugin/control-live-changes/)

## Description

This plugin has arisen from the requirements of a client who manage many of their
WordPress sites via Git repositories on Beanstalk. Core WP files are not in the 
repo, to keep its size down, but plugins and themes are. WP upgrades are of course
tested on local development and remote staging servers before being run on the production
server. But since plugins and themes are in the repo, ideally they should be upgraded
locally for testing, then pushed to Beanstalk. Beanstalk in turn deploys the changes
to the staging server, and then the production server.

To help maintain this workflow, this plugin tests if the environment is local or
not (checking for `WP_LOCAL_DEV` or searching for “localhost” in `$_SERVER['HTTP_HOST']`).
If the environment isn’t local, plugin and theme installation, editing and upgrades
are disabled.

The following constants can be defined in `wp-config.php` to override the defaults:

 * `SLT_CLC_LOCAL_STRING` – The string to search for in `$_SERVER['HTTP_HOST']` 
   that will indicate a local development environment. Default: `"localhost"`
 * `SLT_CLC_DISABLE_REMOTE_CORE_UPGRADES` – Default: `false`
 * `SLT_CLC_DISABLE_REMOTE_PLUGIN_THEME_UPGRADES` – This will also disable editing
   plugin and theme files via the admin interface. Default: `true`
 * `SLT_CLC_OUTPUT_NOTICES` – Whether to output explanatory notices on the upgrades,
   themes, and plugins admin pages. Default: `true`
 * `SLT_CLC_CORE_NOTICE` – Default: `"Core upgrades are currently disabled on this
   server by the Control Live Changes plugin."`
 * `SLT_CLC_PLUGIN_THEME_NOTICE` – Default: `"Plugin and theme upgrades are currently
   disabled on this server by the Control Live Changes plugin."`

An alternative to the `SLT_CLC_LOCAL_STRING` check for a local environment is the`
WP_LOCAL_DEV` constant. This is used by Mark Jaquith in his technique for defining
local database connection details in a separate file (http://markjaquith.wordpress.
com/2011/06/24/wordpress-local-dev-tips/). If `WP_LOCAL_DEV` is set to true, the`
SLT_CLC_LOCAL_STRING` check is made irrelevant.

Development code hosted at [GitHub](https://github.com/gyrus/Control-Live-Changes).

## Installation

 1. Upload the `control-live-changes` directory into the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. If necessary, define constants in `wp-config.php` to override the plugin defaults–
    see the Description for details.

NOTE: Instead of the above, you may want to drop the `control-live-changes.php` 
file into the `/wp-content/mu-plugins/` directory to ensure that no one deactivates
this plugin!

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Control Live Changes” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Steve Taylor ](https://profiles.wordpress.org/gyrus/)

[Translate “Control Live Changes” into your language.](https://translate.wordpress.org/projects/wp-plugins/control-live-changes)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/control-live-changes/),
check out the [SVN repository](https://plugins.svn.wordpress.org/control-live-changes/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/control-live-changes/)
by [RSS](https://plugins.trac.wordpress.org/log/control-live-changes/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.2.2

 * Improved screen checking for plugins and theme pages

#### 0.2.1

 * Added tests for constants that might already be defined

#### 0.2

 * Improved disabling functionality by using the `map_meta_cap` filter

#### 0.1

 * First version

## Meta

 *  Version **0.2.2**
 *  Last updated **14 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.4.2**
 * Tags
 * [disable](https://wordpress.org/plugins/tags/disable/)[git](https://wordpress.org/plugins/tags/git/)
   [updates](https://wordpress.org/plugins/tags/updates/)[upgrades](https://wordpress.org/plugins/tags/upgrades/)
 *  [Advanced View](https://wordpress.org/plugins/control-live-changes/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/control-live-changes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/control-live-changes/reviews/)

## Contributors

 *   [ Steve Taylor ](https://profiles.wordpress.org/gyrus/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/control-live-changes/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.babyloniantimes.co.uk/index.php?page=donate)