jetpack_connection_disconnect_site_wpcom, true, $this

jetpack_connection_disconnect_site_wpcom, true, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_connection_disconnect_site_wpcom, true, $this') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-manager.php line 1895
    		 * Return `false` to prevent the disconnect.
    		 *
    		 * @since 1.14.2
    		 */
    		if ( ! apply_filters( 'jetpack_connection_disconnect_site_wpcom', true, $this ) ) {
    			return false;
    		}
    
    		$xml = new Jetpack_IXR_Client();
    		$xml->query( 'jetpack.deregister', get_current_user_id() );