jetpack_connection_disconnect_site_wpcom_offline_mode

jetpack_connection_disconnect_site_wpcom_offline_mode

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_connection_disconnect_site_wpcom_offline_mode') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 1788
    1784
    1785
    1786
    1787
    1788
    1789
    1790
    1791
    1792
    1793
    1794
    if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) {
        return false;
    }
     
    if ( ( new Status() )->is_offline_mode() && ! apply_filters( 'jetpack_connection_disconnect_site_wpcom_offline_mode', false ) ) {
        // Prevent potential disconnect of the live site by removing WPCOM tokens.
        return false;
    }
     
    /**
     * Fires upon the disconnect attempt.