bbp_remove_view_all

bbp_remove_view_all

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_remove_view_all') is found 1 times:

  • /includes/common/functions.php line 90
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
        // Remove `view' argument
        $link = remove_query_arg( 'view', $original_link );
     
        // Filter & return
        return apply_filters( 'bbp_remove_view_all', $link, $original_link );
    }
     
    /**
     * If current user can and is viewing all topics/replies
     *
     * @since 2.0.0 bbPress (r3325)