fbpx

WordPress

WordPress coding snippet

Hide / Disable the themes menu in WordPress admin area

If you want to disable the themes menu in WordPress admin, you can use a code snippet or a plugin. Here's how you can do it: Using a Code Snippet: You can add the following code to your WordPress theme's functions.php file to disable the themes menu in WordPress admin: function remove_theme_menu() { remove_submenu_page( 'themes.php',

Hide / Disable the themes menu in WordPress admin area Read More »