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.
- Can parse multidimensional configurations
- Used to store configurations arrays in a single object
- Specifically for theme and plugin development
- Aimed at WordPress developers
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 Custom Fields: a powerful Options Framework
WP Custom Fields is a kick-ass framework for custom customizer, options pages and post, taxonomy or user metabox fields.
WP Components: an Awesome WordPress component library
WP Components is a collection of common WordPress components used in websites, such as breadcrumbs or buttons.
WP Optimize: Optimize WordPress
WP Optimize allows to implement basic optimizations to a WordPress installation by the removal of redundant code.
WP Router: a WordPress Templating Router
WP Router is a WordPress script that enables a developer to add custom routes and link these to custom templates.
WP Updater: A WordPress Update Script
WP Updater is a script to update a theme or plugin through an external repository.
WP Config: A WordPress Configuration Script
WP Config is a class which can be used to store, add or modify configurations for a theme or plugin.
WP Autoload: a Free WordPress Class Autoloader
WP Autoload shows how one can use autoloading with WordPress.
WP Register: Easily Use WordPress Register Functions
WP Register is a script that allows to easily register custom posts, taxonomies, sidebars, menus and widgets.
WP Enqueue: Easily Enqueue Scripts and Styles
WP Enqueue is a script for enqueuing WordPress scripts and styles easily.