Include the payment information fields on the checkout/billing pages.
/** * Include the payment information fields on the checkout/billing pages. * * @param bool $include Show the payment information fields (default: true). * * @return bool $include Whether to show the payment information fields. */ apply_filters( 'pmpro_include_payment_information_fields', true ); |
Parameters
- $include
- bool
Return Value
$include
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 Code