Testing for addon plugin activated
There is the function is_plugin_active() which can be used easily for this check, but what if the user decides to change the folder name of the plugin? Simply put, you’re doing it wrong. If you’re making extensions for a plugin, then you should provide hooks in the “parent” plugin for those addons to hook into … Read more