Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

maxxsnake on "[Plugin: WordPress SEO by Yoast] URL Rewriting Plugin Conflict"

$
0
0

I don't know if it's improper usage or the plugin, but making the following change to class-frontend.php makes the filter I previously mentioned work properly for me. The commented line is the existing plugin code and the line below it the adjustment which makes it work properly for me.

foreach ( $whitelisted_extravars as $get ) {
	//if ( isset( $_GET[trim( $get )] ) ) {
	if ( get_query_var( trim( $get ) ) ) {
		$properurl = '';
	}
}

Viewing all articles
Browse latest Browse all 42467

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>