This filter controls whether to display and require the “Confirm Email” field at checkout. By default, it’s set to true (show and require field).
apply_filters("pmpro_checkout_confirm_email", true); |
Parameters
- bool (true)
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/checkout.php
View in Source CodeRelated Articles and Recipes
Increase Conversion Rates with a Simplified Checkout By Kimberly Coleman
Process Membership Checkout in a Modal or Popover Window By Kimberly Coleman
Don’t Show the “Confirm Email” or “Confirm Password” Fields on Membership Checkout By Kimberly Coleman