Whether to hide the billing address fields in the checkout form.
/** * Whether to hide the billing address fields in the checkout form. * * @param bool $hide Default false. * * @return bool $hide Whether to show/hide the billing address fields. */ apply_filters( 'pmpro_hide_billing_address_fields', false ); |
Parameters
- $hide
- bool
Return Value
$hide
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/checkout.php
View in Source Code