woocommerce_payment_gateways, $load_gateways

woocommerce_payment_gateways, $load_gateways

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_payment_gateways, $load_gateways') is found 1 times:

  • /includes/class-wc-payment-gateways.php line 92
    			'WC_Gateway_Paypal',
    		);
    
    		// Filter.
    		$load_gateways = apply_filters( 'woocommerce_payment_gateways', $load_gateways );
    
    		// Preload option caches to minimize future queries for options that do not yet exist or are not set to autoload.
    		wp_prime_option_caches(
    			array(
    				'woocommerce_bacs_settings',
    				'woocommerce_bacs_accounts',