• ENG
    Hi, did anyone find a way to put a link somewhere on the page to reset preferences so that banner will be shown again and user can change is mind?

    ITA
    Ciao, qualcuno ha trovato un sistema per inserire un link che resetti le opzioni scelte dall’utente e mostri nuovamente il banner?

Viewing 1 replies (of 1 total)
  • Thread Starter attiliok

    (@attiliok)

    Alla fine ho risolto così… forse non è il metodo più elegante, ma è molto semplice

    In un qualsiasi punto del sito

    ?<a href="?delcookie" id="delcookie">Pe resettare le tue preferenze clicca qui</a>

    Nel file functions.php

    if (isset($_GET['delcookie'])) {
    unset($_COOKIE['ginger-cookie']);
    setcookie('ginger-cookie', null, -1, '/');
      }
Viewing 1 replies (of 1 total)
  • The topic ‘Add a link to reset user choise’ is closed to new replies.