age_gate/ancestor/depth
When using ancestor inheritance, how far up the tree should Age Gate look for options…
When using ancestor inheritance, how far up the tree should Age Gate look for options…
Change the time scale of the default session. Does not affect users selecting remember me. Expects one…
Change the length of the default session. Does not affect users selecting remember me.
Give the ability to change the lower end of the year select dropdown. add_filter('age_gate_select_years', function($min_years){ return 1950;…
Allows customisation of individual error messages. This filter takes two parameters: $message: The default message for the…
Allows customisation to the challenge question when using buttons to validate. Two parameters are passed to the…
Filter for adding custom form fields after the default fields…
Filter for adding custom form fields before the default fields…
Applies a filter to the messages Age Gate displays. This takes three parameters: $html: The generated markup…
Allows the logo set for Age Gate to customised. This accepts two parameters: $html: the generated markup…