[Documentation] Removal of “Withdrawal” in instructor dashboard
-
I am referring to the documentation at
I followed the code below and I couldn’t remove the “Withdrawal” button in the instructor dashboard. Please assist.
add_filter('tutor_dashboard/nav_items/settings/nav_items', function($nav) { unset($nav['withdrawal']); return $nav; });
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Documentation] Removal of “Withdrawal” in instructor dashboard’ is closed to new replies.