Skip to content

Instantly share code, notes, and snippets.

@mgmartel
mgmartel / bp-sort-members-by-last-name.php
Last active December 11, 2023 03:23
Sort BuddyPress users by last name in the members directory. Updated for BP 1.7.
<?php
// Sort BuddyPress users by last name
//
// Use this Gist to sort members alphabetically by last name in the
// members directory. Follow the instructions below and drop the code
// in your functions.php or your functions plugin.
//
// Updated to work with BP 1.7. See earlier revisions of this gist for
// earlier versions of BP.