woocommerce_payment_gateways

woocommerce_payment_gateways

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_payment_gateways') is found 1 times:

  • /includes/class-wc-payment-gateways.php line 94
    			$load_gateways[] = 'WC_Gateway_Paypal';
    		}
    
    		// Filter.
    		$load_gateways = apply_filters( 'woocommerce_payment_gateways', $load_gateways );
    
    		// Get sort order option.
    		$ordering  = (array) get_option( 'woocommerce_gateway_order' );
    		$order_end = 999;
    
    		// Load gateways in order.
    

See this hook used in plugins: