Minimum Age for WooCommerce v1.0.18 has been released. Filter hook mininum_age_woo_checkout_hook
now works from themes.
mininum_age_woo_checkout_hook
The mininum_age_woo_checkout_hook
filter hook allows developers to change where the date of birth fields show on the WooCommerce checkout. It’s always worked OK from a plugin, and I’ve always tested it with a plugin — but it’s apparently never worked from a theme’s functions.php file. That’s because the filter hook was always called from the plugins_loaded
action hook. Now it’s called from the after_setup_theme
action hook, so that themes can use it too.
You can update to the latest version from your WordPress plugin admin page. Here’s the full changelog for Minimum Age for WooCommerce.