Whether to show or hide the payment information fields during checkout.
/** * Whether to show or hide the payment information fields during checkout. * * @param bool $hide Default false. True to hide the fields. * * @return bool $hide Whether to hide or show the payment information fields. */ apply_filters( 'pmpro_hide_payment_information_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