You can test this snippet
COPY CODE
function sq7r_add_content_members_page_bp() {
$content = '
<div class="container">
<h3>My Content</h3>
</div>
';
echo $content;
}
//add_action('bp_directory_members_content', 'sq7r_add_content_members_page_bp');
//add_action('bp_after_directory_members_content', 'sq7r_add_content_members_page_bp');
add_action('bp_after_directory_members', 'sq7r_add_content_members_page_bp');
De commenting the add_action and testing will add the content to different possitions
The code can be added in child theme in functions.php file.
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution