Can I hide Wpdevart chart from back end to role who do not use it
-
There seems to be no option to hide Wpdevart chart icon from the side back in the backend to roles who do not have permission to use it.
Is there a snipped I could use to hide it similar to the elementor template I used?
`if( !current_user_can(‘activate_plugins’) ) {
function plt_hide_elementor_menus($user ) {
//Hide “Templates”.
remove_menu_page(‘edit.php?post_type=elementor_library’);
}</em>add_action(‘admin_menu’, ‘plt_hide_elementor_menus’, 801);
}`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can I hide Wpdevart chart from back end to role who do not use it’ is closed to new replies.