MyBB Community Forums

Full Version: PHP how can I check in PHP if a plugin is installed?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I in PHP check if a plugin is installed and active?
What I do is to open the plugin file, paste a die(':-)'); after <?php and there I will know if it is active.

But you can check the plugins cache, there is a list of active plugins.