Created
April 17, 2019 18:29
-
-
Save KaineLabs/2fc222aaef3585e847b41752b00e2702 to your computer and use it in GitHub Desktop.
Add Content Above Members Directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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