Disable Open Graph Meta Tags Generation if All In One SEO Plugin is activated
-
simple-social-buttons.php currently doesn’t generate Open Graph Meta Tags if Yoast SEO Plugin is activated to avoid duplicate:
} elseif ( defined( 'WPSEO_VERSION' ) ) { return; }
In a next version, could you also disable Open Graph generation when All in One SEO Plugin is activated:
} elseif ( defined( 'WPSEO_VERSION' ) || defined( 'AIOSEOP_VERSION') ) { return; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable Open Graph Meta Tags Generation if All In One SEO Plugin is activated’ is closed to new replies.