I have a regular theme and a mobile theme, and I would like to disable a plugin when using the mobile theme because it is causing problems (but I need to keep the plugin enabled for the regular theme). Is there any way to disable a specific plugin for a specific theme in WordPress?
Leave a Reply
You must be logged in to post a comment.
I imagine you could use the is_phone call to remove an specific function in the plugin that is screwing things up. Not sure on disabling a plugin entirely.
More on removing funcions and filters here