• Hello, on a multilingual website, the revoke button (when added in manual mode) is not translated.

    WPML’s compatibility team found this bug is happening because of a compatibility conflict. Cookie notice plugin is not retriving the translation for Revoke button. They are getting the expected result on the Sandbox site after adding the following code in line 559 of the *wp-content/plugins/cookie-notice/cookie-notice.php* file.

    $args[‘title’] = apply_filters(‘wpml_translate_single_string’, $args[‘title’], ‘Cookie Notice’, ‘Revoke button text’ );

    Here is their sandbox test version :
    https://clever-parrot-qkame7uq.sandboxcms.com/en/en-cookie-test/

    I hope an update will soon fix this issue.

    Have a nice day !

    The page I need help with: [log in to see the link]

  • The topic ‘Revoke Button translation bug found by WPML Support’ is closed to new replies.