Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function hide_kadenceblocks() {
- // Use this for specific user role. Change administrator part accordingly
- if (current_user_can('administrator')) {
- /* DASHBOARD */
- remove_menu_page( 'kadence-blocks' );
- }
- }
- add_action('admin_menu', 'hide_kadenceblocks', 9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement