Executes custom code which runs after the order has passed validation, before the registration is continued. Can be used to add custom validation.
apply_filters( "pmpro_registration_checks", $pmpro_continue_registration ); |
Parameters
- $pmpro_continue_registration
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/preheaders/checkout.php
View in Source CodeRelated Articles and Recipes
Allow Members to Use a Discount Code Across Two Separate WordPress Sites By Travis Lima
Prevent Card Fraud by Matching IP Address to Billing Country By Kimberly Coleman
How to stop members from renewing their membership level. By Travis Lima
Exclude Certain Email Domains from Membership Signup By Kimberly Coleman
Limit the Number of Members by Membership Level By Kimberly Coleman
Offer a Membership Level for a Limited Time By Kimberly Coleman
Restrict Checkout for Users with a History of Refunds By Kimberly Coleman
Restrict Membership Signup by Country By Kimberly Coleman
Offer Expired and “Old” Members a Membership Renewal Discount for Coming Back By Kimberly Coleman
Restrict Membership Signup by Email Domain (Useful for Education, Corporate, or Association Memberships) By Kimberly Coleman
Require a Specific Level to Allow Registration for Another Level By Kimberly Coleman
Require a Discount Code to Checkout for a Certain Level By Jason Coleman