By

*New Plugin* Config Constants

Most people never need to edit the WordPress constants in wp-config.php but if you do then up until now there was no alternative but to edit the file manually.

However, the Config Constants Plugin changes this by allowing you to modify a select set of WordPress constants directly from the WordPress admin!

The Plugin options page looks like this:

You can only modify constants that are already defined in wp-cofig.php so you remain in full control of your configuration file at all times.

The Plugin also supports a cool two-way editing feature, which means you can still edit wp-config.php manually and the changes will be automatically synchronized with Plugin settings.

The current list of WordPress constants you can modify with Config Constants are:

* WP_DEBUG
* WP_DEBUG_LOG
* WP_DEBUG_DISPLAY
* SCRIPT_DEBUG
* CONCATENATE_SCRIPTS
* SAVEQUERIES
* DISALLOW_FILE_MODS
* DISALLOW_FILE_EDIT
* WP_ALLOW_REPAIR

More constants will be supported in future versions.

Click here for the permanent Config Constants page if you want to leave a comment etc.