Plugin erroneously replacing site content
-
Hi!
Your plugin seems to be replacing the following strings all over the page:
–_RNL_
–_NL_(the one we noticed)
–_LT_This breaks every image or text that contains these strings.
I tracked it back to GDPR Cookie Consent v. 2.3.5
wp-content/plugins/webtoffee-gdpr-cookie-consent/public/modules/script-blocker/classes/class-script-blocker.php@32public function __construct() {
add_action( ‘init’, array( $this, ‘init’ ) );
$this->replace_pairs = array(
“\r\n” => ‘_RNL_’,
“\n” => ‘_NL_’,
‘<‘ => ‘_LT_’,
);}
Would appreciate to have this issue resolved for us to be able to keep using this plugin.
The topic ‘Plugin erroneously replacing site content’ is closed to new replies.