One place for your custom WordPress configurations with WP Config

WP Config, not be confused with the original wp-config.php file used in WordPress, stores configuration variables in clean and editable way.

It is a WordPress development script that can be included into any custom theme or plugin. Just pass your configurations file or array to the WP Config class, and use this class to load your configurations on any place you desire.

Using WP Config as a WordPress Development Script

WP Config can be installed by including the script within your code or including it using composer. Subsequently, you have to pass a file which returns your configurations array or a configurations array to the class instance.

These configurations are then approachable through the WP Config Object, and new configurations can be added or modified in a recursive way.

WP Config is a WordPress Development Script that is aimed at professional WordPress developers. As a developer, you can find documentation on the installation and usage of on Github.

A laptop with code resembling WordPress Configuration

A Free WordPress Script Collection

During the years, we found out that we were repeating the same code over and over in our WordPress development projects. The obvious thought came in mind: Why don’t we store these pieces of code in reusable scripts on GitHub?

But we could just distribute them as free WordPress scripts! And so it happened, our repository was born. These are all free premium WordPress scripts. Have fun developing!

WP Config: A WordPress Configuration Script 1