This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Add method for 3rd parties to add to list of available config options for their own plugin/theme/etc. configuration #9
Labels
enhancement
New feature or request
Basically this means to adding a bootstrap class similar to
WP_DB_Bootstrap
but for the options needed for a plugin/theme/etc.Current thoughts are to look for an optional
more_options
field inwp-bootstrap.php
that could have the following format:In the above example:
Automattic\Akismet_Boostrap
in '{plugins}/akismet/better-wp-config.php'.Yoast\YoastSEO_Config_Loader
in '{plugins}/wordpress-seo/better-wp-config.php'.ACME_Theme_Bootstrap
in '{themes}/acme/better-wp-config.php'.But that's just a firstt draft. Open to any and all feedback that allows for developers to add their own configuration files for 3rd party code, that allows 3rd parties to add their own support for Better WP-Config, that is simple and easy for developers to find and use the 3rd party support, and that makes extensions fully available via the bootstrap process.
The text was updated successfully, but these errors were encountered: