add_action('admin_menu', 'plt_hide_woocommerce_menus', 71);
function plt_hide_woocommerce_menus() {
global $submenu , $menu;
remove_menu_page( 'themes.php' );
remove_menu_page( 'plugins.php' );
// remove_menu_page( 'users.php' );
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter