Filters the required fields for the Billing Address section on the checkout page. Passes the array of field names.
apply_filters("pmpro_required_billing_fields", array $pmpro_required_billing_fields); |
Parameters
- $pmpro_required_billing_fields
- array
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/preheaders/checkout.php
View in Source CodeRelated Articles and Recipes
Exclude billing fields from some membership levels at checkout. By Andrew Lima
Remove the CVV Field From the Checkout and Billing Pages By Jason Coleman