Home / Documentation / Version 3 / Hooks Reference / Filters / age_gate/cookie/set
age_gate/cookie/set
It it possible to prevent the form response from being stored, effectively forcing the Age Gate to show on every page view, or based on other scenarios.
Example
functions.php
add_filter('age_gate/cookie/set', '__return_false');