Check If A WordPress Plugin Is Active

If you ever have to write code that is dependent on a specific plugin being active, WordPress has you covered with the is_plugin_active() function. View the code on Gist. All you need to do is pass in the pluginĀ basenameĀ and WordPress will do the checking to see if the plugin is active. How do you get … Continue reading Check If A WordPress Plugin Is Active