Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/2fc222aaef3585e847b41752b00e2702 to your computer and use it in GitHub Desktop.
Save KaineLabs/2fc222aaef3585e847b41752b00e2702 to your computer and use it in GitHub Desktop.
Add Content Above Members Directory
<?php
/**
* Add Content Above Members Directory.
*/
function yzc_add_content_above_members_directory() {
// Add content here.
echo 'add content here';
}
add_action( 'bp_before_directory_members', 'yzc_add_content_above_members_directory' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment