Skip to content

Instantly share code, notes, and snippets.

@andrewlimaza
andrewlimaza / pmpro_age_check.php
Last active February 19, 2019 23:25
Users need to be 18 or older to register for Paid Memberships Pro Checkout
<?php
/**
* This will only allow users that are 18 years or older to signup on checkout.
* This requires a custom 'date' field using Register Helper.
* Add this code to your PMPro Customizations Plugin - https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-customizations/
*/
function custom_pmpro_validate_user_age( $okay ) {
if( ! $okay ) {