Delete Curriculum
-
Hi,
I want to remove “Curriculum” from the course page. I’ve tried to use the code below with no success. Could you please help me?add_filter( 'learn-press/course-tabs', 'theme_prefix_lp_course_tab_remove' ); function theme_prefix_lp_course_tab_remove( $tabs ) { unset( $tabs['curriculum'] ); return $tabs; }
Thank you,
Charlotte- This topic was modified 2 years, 5 months ago by .
- This topic was modified 2 years, 5 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Delete Curriculum’ is closed to new replies.