add this function to completely remove the menu
-
add_action( 'init', 'dokan_remove_dashboard_side_navigation_action'); function dokan_remove_dashboard_side_navigation_action() { remove_action( 'dokan_dashboard_content_before', array( 'WeDevs\Dokan\Dashboard\Templates\Main', 'dashboard_side_navigation' ) ); }
- The topic ‘add this function to completely remove the menu’ is closed to new replies.