Hello,
I used the code snippet here: https://buddydev.com/snippets/485-485/
function bphelp_remove_activity_from_profile(){
bp_core_remove_nav_item(‘activity’);
}
add_action(‘bp_activity_setup_nav’,’bphelp_remove_activity_from_profile’);to remove the activity stream tab from my BuddyPress site via the bp-custom.php file.
How do I undo this action/get the activity stream back?
Thanks
Hi Brian,
Welcome to BuddyDev.Can you please explain what are you trying to accomplish? If you can explain, I will be able to assist better.
Thank you
Brajesh
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved