Moodle Tech Tip – disabling plugin installation
Here’s a simple way to disable a Moodle plugin installing…
A really simple way to disable the installation of a plugin is to set a ‘dummy’ value in the plugin’s version.php file like so:
$plugin->version = 0;
Latest posts by Stuart Mealor (see all)
- Learning Python – 19th April 2021
- Moodle course formats #1 Social format – 27th March 2021
- Moodle 4.0 navigation preview – 19th March 2021
Very cool! Thanks Stuart.
Very cool! Thanks Stuart.