PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
`function remove_member_profile_nav() {
if (!current_user_can('access_s2member_level0)) {
bp_core_remove_nav_item( 'profile' );
}
}
add_action( 'bp_setup_nav', 'remove_member_profile_nav', 15 );`
add_action('bp_setup_nav', 'remove_member_profile_nav', 15);
function remove_member_profile_nav() {
if (!current_user_can('access_s2member_level0'))
bp_core_remove_nav_item('profile');
}
Users browsing this forum: Google [Bot] and 1 guest