Home / Documentation / Version 2 / Hooks Reference / Filters / age_gate_select_years
age_gate_select_years
You are reading the documentation for Age Gate 2.x. Switch to the documentation for 3.x.
Description
Give the ability to change the lower end of the year select dropdown.
add_filter('age_gate_select_years', function($min_years){
return 1950;
});
Changelog
- Added: 2.0.5