Author Topic: Disable plugin in wordpress  (Read 418 times)

0 Members and 1 Guest are viewing this topic.

Offline ciberTopic starter

  • Enthusiast
  • Posts: 102
  • Gender: Male
    • View Profile
Disable plugin in wordpress
« on: September 07, 2010, 03:35:44 PM »
Hi
I am wanting to disable a plugin from being used in a specific page template in my wordpress installation, however I need it to work normally on the rest of the site.
Is there perhaps a piece of code I could use to prevent a specific plugin from executing on a specific page.

for example
disable_on_page("plugin_name");
Eureka!