Breaks Yoast Plugin, destroys SEO.
-
Filed this ticket with Yoast, but turns out your the culprit.
Your plugin BREAKS Yoast SEO. It removes the usage of the YOAST SEO OpenGraph and Twitter fields. It ALSO breaks these filters.
add_filter( ‘wpseo_title’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
add_filter( ‘wpseo_opengraph_title’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
add_filter( ‘wpseo_metadesc’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
add_filter( ‘wpseo_opengraph_desc’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
https://github.com/Yoast/wordpress-seo/issues/21672This makes your plugin unusable. Please fix.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.