impossible to hide appearence background
-
Hi,
first thanks a lot for this amazing plugin.
Using users panel, I hided different menu in the backend.
All menus where I checked the box (like update core, settings->general….) are hided…except 2 submenus :
– appearance->customize
– appearance->backgroundBecause I can access the customize page from my theme-menu-link I paste this code in functions.php
function remove_customize_page(){ global $submenu; unset($submenu['themes.php'][6]); // remove customize link } add_action( 'admin_menu', 'remove_customize_page');So I succeeded to hide appearance->customize
But impossible to hide appearance->backgroundI read many posts here but didnt find a solution.
If I deactivate “Edit theme options” in the capabilities menu , its all the “appearance menu” that disappear… and I need it because I want users to be able to access menu and widgets…Hope there is a solution,
Thanks a lot
The topic ‘impossible to hide appearence background’ is closed to new replies.