add_filter( 'pmpro_gateways', array( 'PMProGateway_check', 'pmpro_gateways' ) ); |
add_filter( 'pmpro_gateways', array( 'PMProGateway_check', 'pmpro_gateways' ) );
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/adminpages/orders.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/adminpages/paymentsettings.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_authorizenet.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_braintree.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_check.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_cybersource.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_payflowpro.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_paypal.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_paypalexpress.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_paypalstandard.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_stripe.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_twocheckout.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/paid-memberships-pro.php
View in Source Code