Changing Default component in profile menu from Dashboard to Course Created June 28, 2021 Author Mr.Vibe Category 4.0, PHP Add following code in your Child theme – functions.php , Make sure the course component is loaded in your profile menu add_filter('vibebp_vars',function($vars){ $vars['components']['default_component'] = 'course'; return $vars; }); Was this article helpful? You must log in to vote Yes No
Leave A Comment?