Plugin info

Total downloads: 4,545
Active installs: 100
Total reviews: 6
Average rating: 3.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/7/2015 (3738 days ago)
Added to WordPress: 9/17/2015 (10 years old)
Minimum WordPress version: 3.2
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3738 days ago • 6 reviews

22/100

Is ConfigPress abandoned?

Possibly abandoned (last update 3738 days ago).

Compatibility

Requires WordPress: 3.2
Tested up to: 4.3.34
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Beans Visual Hook Guide
Rating 0.0/5 (0 reviews)Active installs 10
Buddypress Pagetrace
Rating 0.0/5 (0 reviews)Active installs 0

Description

ConfigPress is a development tool with the main intent to avoid any hard-coding and give an easy and flexible interface to manage all your website custom settings (options).

With ConfigPress you can define your own custom option or group of options and retrieve them in your code by simply calling ConfigPress::get(‘option_name’) method. This way you do not have to hard-code any sensitive or environment specific options in your custom code.

For more information check ConfigPress Reference

Installation

  1. Upload “configpress” folder to the “/wp-content/plugins” directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. ConfigPress can be found under Settings menu

Frequently Asked Questions

How to use ConfigPress?

ConfigPress is based on INI configuration format. Define your custom options or group of options and get them in your code with ConfigPress::get(‘option_name’) method.

What is configuration section?

The section appears on a line by itself, in square brackets ([ and ]) and is used to group options. In order to get an option in a section call ConfigPress::get(‘section_name.option_name’) method.

Review feed

DELUCKS
9/3/2016

Doesn't work at all

I copied the code for defining admin users from AAM to ConfigPress but that crashed the whole website. I had to delete the plugin to get access to the website again. As there's no reaction on my support mail to AAM since two weeks, I always have to switch of AAM and can not install ConfigPress, to change the user rights and roles. I will now search for another plugin which can restrict the access better and is more user friendly (the usability of ConfigPress and AAM is horrible, but in the past the functions were ok).
AAM Plugin
9/3/2016

Why not

Honestly I think that any rating system sucks. 99% times it is based on somebody's opinion which is always a subject for discussion. So I rate myself 5 stars just because I can.
Max K
6/25/2017

Simple but useful plugin

I think this is good plugin to easy manage some website options. This is not really good solutions for clients, as they can broken something, but for developers that's fine. Also I think need use helper function over this plugin for gettings settings, to avoid site down in case disabling plugin.

Screenshots

  1. Simple configurations example

    Simple configurations example

  2. Simple configurations example with error

    Simple configurations example with error

Changelog

0.3

  • Fixed small issue with default option so no more “Array” as default value
  • Fixed plugin’s language domain
  • Fixed a small bug with INI validation
  • Updated language file
  • Changed color-palette for INI editor
  • Updated Codemirror library to 5.7.0
  • Updated screenshots

0.2

  • Added extra check for the PHP version

0.1

  • Initial version