• Hi Support,

    For Age Gate plugin, how to set up that the homepage will show the age verification popup only and every time the website reloads will ask for age verification again?

    Thank you and I hope to hear from you soon.

    Joseph

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

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @2688shell,

    You’d want to use “Selected content” and only restrict the home page.

    You can then prevent the cookie from being set that marks a user as having passed age gate, in your functions.php:

    add_filter('age_gate/cookie/set', '__return_false');

    One note for this is you’d have to be using the javascript version or you’ll never close the age gate (in the advanced settings. It’s the default so is probably on already)

    Thanks
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Homepage Popup’ is closed to new replies.