Remove Subnav Items
-
Is it possible to remove the sub-nav items “Started By Me” and “Edited By Me” from the menus?
I have tried this code:
add_action( 'bp_actions', function() { bp_core_remove_nav_item( 'docs' ); } );But I am obviously missing some parameters.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove Subnav Items’ is closed to new replies.