Hello,
I updated yoast seo plugin at 2 websites and both of them shoes blank screen at the front.
If I disable the plugin everything works perfect
Regards,
George
Hello,
at admin.php around line 112 there is
echo $v
The solution I found is
1. Check if $v is url encoded
2. If yes use urldecode to decode it!
If you implement this solution to your code please inform me to update
Regards,
George