• Resolved tunity

    (@tunity)


    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@32

    public 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.

    • This topic was modified 5 years ago by tunity.
    • This topic was modified 5 years ago by tunity. Reason: code snippet botched by support forum & password on url provided (see url param)
Viewing 1 replies (of 1 total)
  • Thread Starter tunity

    (@tunity)

    The above ticket was for a paid version – Support form used instead.

Viewing 1 replies (of 1 total)

The topic ‘Plugin erroneously replacing site content’ is closed to new replies.