Specify which gateways support refund functionality.
apply_filters( 'pmpro_allowed_refunds_gateways', $allowed_gateways ); |
Parameters
- $allowed_gateways
- array; A list of allowed gateways to work with refunds
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/functions.php
View in Source Code