seravo-plugin
seravo-plugin copied to clipboard
Ensure proper permission management and module loading
Description
As a part of the cleanup project it was mentioned that Seravo Plugin has different ways or better said conditions to load modules. All of the modules are loaded on seravo-plugin.php
, which is not maybe the best way? Some modules use apply_filter
and some don't. We should ensure and probably design a better way of loading the modules and handling the permissions.