Remove WooThemes IgniteWoo Updater Plugin Notice WordPress

remove wootheme ignitewoo plugin updater

To remove WooThemes and IgniteWoo update plugin notices, add the following code to your theme’s functions.php file.

[…]

Read More…

WordPress PHP Check Plugin Active

This was taken from the WordPress Codex reference for is_plugin_active In the Admin Area:

In the front end of a theme you need to include a reference to the following library

In this case $plugin is the directory of the plugin followed by the main php file. In this example below the event […]

Read More…