jetpack_connection_delete_all_tokens

jetpack_connection_delete_all_tokens

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_connection_delete_all_tokens') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 1747
    1743
    1744
    1745
    1746
    1747
    1748
    1749
    1750
    1751
    1752
    1753
    * Return `false` to prevent the disconnect.
     *
     * @since 1.14.2
     */
    if ( ! apply_filters( 'jetpack_connection_delete_all_tokens', true ) ) {
        return false;
    }
     
    \Jetpack_Options::delete_option(
        array(
            'master_user',

See this hook used in plugins: