Add banner (adsense or any sponsor) to top of member directory

COPY CODE

function sq_add_adsense_to_member_directory() {

echo '

 <div style="width: 728px; height: 90px; background-color: red;"></div>

'; 

}
add_action('bp_before_directory_members_content','sq_add_adsense_to_member_directory');

Replace

COPY CODE
<div style="width: 728px; height: 90px; background-color: red;"></div>

Log in with your credentials

Forgot your details?