Quote:
Originally Posted by Inked_Mono
Sorry, I'm a bit naive when it comes to a lot of the significant back end work. What would be the most efficient way of disabling the plugin system through the config.php?
|
To disable the plugin system via config.php, at the top of that file add the line:
PHP Code:
define('DISABLE_HOOKS', true);
You can also disable plugins via the AdminCP. Follow:
AdminCP -> Settings -> Options ->Plugin/Hook System
And set "Enable Plugin/Hook System" to "No".