Hi Minoo
Thank you for posting. Please try this code with the action “wp_loaded”
add_action( "wp_loaded", "change_menu_position" ); function change_menu_position() { if( ! function_exists( 'buddypress' ) ) { return ; } $bp = buddypress(); $bp->bp_nav['mediapress']['position'] = 2; }
Thank You
Ravi
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
This topic is: not resolved