How to Hide tab GENERAL SETTINGS
-
How to Hide tab ‘ GENERAL SETTINGS’
Code doesn’t work
add_action(‘admin_menu’, ‘yit_menu_fix’, 100);
function yit_menu_fix() {
if (!current_user_can(‘boss’)) {
remove_menu_page(‘yith_wcwl_panel&tab=settings’);
}}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to Hide tab GENERAL SETTINGS’ is closed to new replies.