bbp_check_user_edit

bbp_check_user_edit

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_check_user_edit') is found 1 times:

  • /includes/users/functions.php line 849
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
        $redirect = false;
    }
     
    // Allow conclusion to be overridden
    $redirect = (bool) apply_filters( 'bbp_check_user_edit', $redirect, $user_id );
     
    // Bail if not redirecting
    if ( false === $redirect ) {
        return;
    }