• Resolved Mosne / Paolo Tesei

    (@mosne)


    with this code in functions.php in your theme
    you go multilingual!

    function custom_notice_message($args){
        $args['see_more_opt']['text'] = __($args['see_more_opt']['text']);
        $args['accept_text'] = __($args['accept_text']);
        $args['message_text'] = __($args['message_text']);
        return $args;
    }
    add_filter('cn_cookie_notice_args', 'custom_notice_message');

    the use “[:en]Continue[:fr]Continuer[:it]Continua” in the texts fields

    https://ww.wp.xz.cn/plugins/cookie-notice/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘qtransanslate support’ is closed to new replies.