bbp_core_is_user_deleted

bbp_core_is_user_deleted

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_core_is_user_deleted') is found 1 times:

  • /includes/users/capabilities.php line 692
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
            $is_deleted = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_core_is_user_deleted', $is_deleted );
    }
     
    /**
     * Checks if user is active
     *
     * @since 2.0.0 bbPress (r3502)