Age gate only on home page and specific pages with JavaScript
-
Hello,
If my English is messed up, I am sorry
I’m a Japanese person who can’t talkI have read about here
I use Javascript because of the cache.add_filter('age_gate_unrestricted_unrestricted', function ($restricted, $meta) { if (preg_match('/campaign_r20/',$_SERVER["REQUEST_URI"])) { return true; } return $restricted; }, 10, 2);
How do I use this code in Javascript?
When it was not Javascript, it worked normallyHow can I add age gate to homepage on that case ?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Age gate only on home page and specific pages with JavaScript’ is closed to new replies.