Skip to content

Instantly share code, notes, and snippets.

@ibrahim-kardi
Created August 25, 2022 14:51
Show Gist options
  • Select an option

  • Save ibrahim-kardi/d00e35e1cdd522640a8db45dd6fddfaa to your computer and use it in GitHub Desktop.

Select an option

Save ibrahim-kardi/d00e35e1cdd522640a8db45dd6fddfaa to your computer and use it in GitHub Desktop.
instructor not able to see regular bar
$user = wp_get_current_user();
if ( !in_array( 'tutor_instructor', (array) $user->roles ) ) {
$nav_items = apply_filters( 'tutor_dashboard/nav_items', $this->default_menus() );
}
else{
$nav_items=[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment