[Plugin: WordPress SEO by Yoast] Disbale on Specific Pages
-
I have tried and can’t for the life of me figure a way to disable the plugin on a specific page. It would be great if this was a built in feature but alas it is not.
I’ve tried using remove_action but I must be doing something wrong. I had tried this:
global $wpseo_front; remove_action('wp_head', array($wpseo_front,'head'));
inside a function I created. I’ve gone through various iterations of this: before wp_head, after it, changing the priority on remove_action (which I know isn’t present above), etc. I’m at a complete loss on how to disable this for this one page.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] Disbale on Specific Pages’ is closed to new replies.