-
Home
-
BWD Elementor Addons (2500+ presets, Meet The Team, Lottie, Lord Icon, Masking, Woocommerce, Theme Builder, Products, Blogs, CV, Contact Form 7 Styler, Header, Slider, Hero Section)
- Tips
function plt_hide_bwd_elementor_addons_menus() {
//Hide the "Dashboard →" menu.
remove_submenu_page('index.php', 'bwdes_email_subscription');
//Hide the "BWD Elementor Addons" menu.
remove_menu_page('bwdeb-plugin-main-menu');
}
add_action('admin_menu', 'plt_hide_bwd_elementor_addons_menus', 11);
Where do I put this code?