jetpack_idc_disconnect

jetpack_idc_disconnect

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('jetpack_idc_disconnect') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php line 187
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    * Should be used to disconnect any connections and reset options.
     *
     * @since 0.2.0
     */
    do_action( 'jetpack_idc_disconnect' );
     
    $connection = new Connection_Manager();
    $result     = $connection->try_registration( true );
     
    // early return if site registration fails.
    if ( ! $result || is_wp_error( $result ) ) {

See this hook used in plugins: