woocommerce_integrations

woocommerce_integrations

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_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();