jetpack_idc_consumers

jetpack_idc_consumers

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_idc_consumers') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php line 147
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    if ( null !== static::$consumers ) {
        return static::$consumers;
    }
     
    $consumers = apply_filters( 'jetpack_idc_consumers', array() );
     
    if ( ! $consumers ) {
        return array();
    }
     
    usort(