Download the PHP package thefrosty/wordpress-mu-loader without Composer
On this page you can find all versions of the php package thefrosty/wordpress-mu-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thefrosty/wordpress-mu-loader
More information about thefrosty/wordpress-mu-loader
Files in thefrosty/wordpress-mu-loader
Download thefrosty/wordpress-mu-loader
More information about thefrosty/wordpress-mu-loader
Files in thefrosty/wordpress-mu-loader
Vendor thefrosty
Package wordpress-mu-loader
Short Description Loads regular plugins from the plugins directory as must-use plugins, enforcing their activity while maintaining the typical update flow.
License GPL-2.0+
Homepage https://github.com/thefrosty/wordpress-mu-loader
Package wordpress-mu-loader
Short Description Loads regular plugins from the plugins directory as must-use plugins, enforcing their activity while maintaining the typical update flow.
License GPL-2.0+
Homepage https://github.com/thefrosty/wordpress-mu-loader
Please rate this library. Is it a good library?
Informations about the package wordpress-mu-loader
WP Plugin MU Loader
Installation
Loads regular plugins from the plugins' directory as "must-use plugins", enforcing their activity while maintaining the typical update flow. This file will take care of all necessary logic, including preventing activation/deactivation/deletion of those plugins as regular plugins.
Benefits
- Enforce plugins to be active throughout the entire installation.
- Continue receiving automated update notifications.
- Be able to comfortably update those plugins from the WordPress dashboard.
- The plugin activation, deactivation, and uninstallation routines are executed as usual.
Requirements
- WordPress >= 5.0
- PHP >= 7.4
Usage
- You can then pass basenames of the plugins you would like to load as MU plugins to the constructor call in the
wp_plugin_mu_loader()
function, as an array. - A plugin basename consists of the plugin directory name, a trailing slash, and the plugin main file name, for example wordpress-seo/wp-seo.php, jetpack/jetpack.php, or woocommerce/woocommerce.php.
- Alternatively, if you don't want to tweak the code of the function itself, you can also access the loader from the outside: Retrieve the instance via wp_plugin_mu_loader() and then call its load_plugin() method, passing a single plugin basename string to it.
Example
OR, create a git managed mu-plugin:
All versions of wordpress-mu-loader with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
The package thefrosty/wordpress-mu-loader contains the following files
Loading the files please wait ....