woocommerce_available_payment_gateways, $_available_gateways

woocommerce_available_payment_gateways, $_available_gateways

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_available_payment_gateways, $_available_gateways') is found 1 times:

  • /includes/class-wc-payment-gateways.php line 346
    				}
    			}
    		}
    
    		return array_filter( (array) apply_filters( 'woocommerce_available_payment_gateways', $_available_gateways ), array( $this, 'filter_valid_gateway_class' ) );
    	}
    
    	/**
    	 * Callback for array filter. Returns true if gateway is of correct type.
    	 *
    	 * @since 3.6.0