https://github.com/beapi/bea-plugin-defaults
Library of WordPress mu-plugins to set plugin's default options.
https://github.com/beapi/bea-plugin-defaults
multisite ressources single-site wordpress wordpress-muplugin
Last synced: 6 months ago
JSON representation
Library of WordPress mu-plugins to set plugin's default options.
- Host: GitHub
- URL: https://github.com/beapi/bea-plugin-defaults
- Owner: BeAPI
- License: other
- Created: 2018-04-06T09:32:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T13:59:29.000Z (6 months ago)
- Last Synced: 2025-04-22T15:12:18.591Z (6 months ago)
- Topics: multisite, ressources, single-site, wordpress, wordpress-muplugin
- Language: PHP
- Homepage: https://beapi.fr
- Size: 273 KB
- Stars: 16
- Watchers: 14
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

# BEA - Plugin Defaults
Library of WordPress mu-plugins to set plugin's default options.
Very useful in a multisite, or even just a single site, to easily set the default options of a plugin to apply your precies needs.
# How ?
Copy/Paste the content of the wanted mu-plugin then maybe change some options. Note that a filter on `option_{option}` will set by default a value while a filter on `pre_option_{option}` will force this value, update this regarding your needs.
That's it, simple as pie !
# What ?
Please find into the following list all mu-plugins for setting default options :
* [Accelerated Mobile Pages](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-accelerated-mobile-pages)
* [ACF GMAP KEY](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-acf-gmaps-key.php)
* [AddToAny Share Buttons](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-add-to-any.php)
* [Autoptimize](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-autoptimize.php)
* [Be API - Maintenance Mode](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-beapi-maintenance-mode.php)
* [Better WordPress Minify](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-bwp-minify.php)
* [Block Bad Queries PRO](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-bbq.php)
* [Cookie Notice par dFactory](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-cookie-notice.php)
* [Custom Taxonomy Order NE](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-custom-order-taxonomy-ne.php)
* [MultilingualPress](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-mlp.php)
* [Open external links in a new window](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-open-external-links.php)
* [Optimus](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-optimus.php)
* [Post Type Order](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-post-type-order.php)
* [WP Deferred JavaScripts](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-wp-deffer.php)
* [WP Pagenavi](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-wp-pagenavi.php)
* [Yoast SEO](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-wpseo.php)
* [Disable Pannel Gutenberg](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-disable-pannel-gutenberg.php)# Who ?
Created by [Be API](https://beapi.fr), the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always [hiring](https://beapi.workable.com) some fun and talented guys. So we will be pleased to work with you.
This plugin is only maintained, which means we do not guarantee some free support. If you identify any errors or have an idea for improving this script, feel free to open an [issue](../../issues/new). Please provide as much info as needed in order to help us resolving / approve your request. And .. be patient :)
If you really like what we do or want to thank us for our quick work, feel free to [donate](https://www.paypal.me/BeAPI) as much as you want / can, even 1€ is a great gift for buying cofee :)
## License
BEA - Plugin Defaults is licensed under the [GPLv3 or later](LICENSE.md).