Forums
(@ikindred)
15 years, 3 months ago
Try this within a plugin or functions file:
add_action('admin_menu', 'my_remove_menu_elements', 102); function my_remove_menu_elements() { remove_submenu_page( 'themes.php', 'theme-editor.php' ); }