Disable Events on Buddypress
-
i did search the forum ..
found this
`function my_remove_em_nav() {
global $bp;bp_core_remove_subnav_item($bp->groups->slug,’group-events’);
bp_core_remove_nav_item( ‘events’ );}
add_action( ‘bp_setup_nav’, ‘my_remove_em_nav’ );but its not working … events still shows in buddypress user menu
thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Disable Events on Buddypress’ is closed to new replies.