stable ← loic/backport-disabled-plugins-fix-to-stable
opened 10:02AM - 30 Oct 25 UTC
Currently, when a plugin is disabled, its various callbacks are still taken into… account. This can lead to performance issues.
This patch adds a check to most of the `register_*` methods a plugin can use, so if the plugin is disabled, those callbacks won’t be applied.