Controls whether to show the CVV field on the billing and checkout pages.
apply_filters("pmpro_show_cvv", true); |
Parameters
- bool (true)
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/billing.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/checkout.php
View in Source CodeRelated Articles and Recipes
Remove the CVV Field From the Checkout and Billing Pages By Jason Coleman