Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created February 2, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/6ff34b2290797e764e4676931545d0cc to your computer and use it in GitHub Desktop.
Save KaineLabs/6ff34b2290797e764e4676931545d0cc to your computer and use it in GitHub Desktop.
Add Content Above Groups Directory.
<?php
/**
* Add Content Above Groups Directory.
*/
function yzc_add_content_above_groups_directory() {
// Add content here.
echo 'add content here';
}
add_action( 'bp_before_directory_groups', 'yzc_add_content_above_groups_directory' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment