Don’t show again on Accept, show always if not
-
Hello,
How can I disable the bar for ever when a user hits Accept, and at the same time keep on showing it every X days if declined?
I saw this code about cookies, but it does not distinguish between accept and not:
add_action('wp_footer','cli_set_expire',20); function cli_set_expire() { if(class_exists('Cookie_Law_Info_Public')) //first time visit and class exists { ?> <script type="text/javascript"> CLI_ACCEPT_COOKIE_EXPIRE = 30; </script> <?php } }
Thanks so much!
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Don’t show again on Accept, show always if not’ is closed to new replies.