woocommerce_integrations_init

woocommerce_integrations_init

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_integrations_init') is found 1 times:

  • /includes/class-wc-integrations.php line 30
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    * 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 );