woocommerce_integrations, $load_integrations

woocommerce_integrations, $load_integrations

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_integrations, $load_integrations') is found 1 times:

  • /includes/class-wc-integrations.php line 36
    		$load_integrations = array(
    			'WC_Integration_MaxMind_Geolocation',
    		);
    
    		$load_integrations = apply_filters( 'woocommerce_integrations', $load_integrations );
    
    		// Load integration classes.
    		foreach ( $load_integrations as $integration ) {
    
    			$load_integration = new $integration();