How do i ‘deactivate’ a plugin only on a certain page template?
A quick glance at that plugin shows that it loads the filters from an option, trueedit_options. You might be able to add a filter to option_trueedit_options and check the context of when that option is being loaded and return an empty array. It runs on init though, so not sure how you’d determine that. Another … Read more