woocommerce_integrations_init

woocommerce_integrations_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_integrations_init') is found 1 times:

  • /includes/class-wc-integrations.php line 30
    	 * Initialize integrations.
    	 */
    	public function __construct() {
    
    		do_action( 'woocommerce_integrations_init' );
    
    		$load_integrations = array(
    			'WC_Integration_MaxMind_Geolocation',
    		);
    
    		$load_integrations = apply_filters( 'woocommerce_integrations', $load_integrations );