-
Home
-
Hreflang Manager – Hreflang Implementation for International SEO
- Tips
function plt_hide_hreflang_manager_lite_menus() {
remove_menu_page('daexthrmal_connections');
remove_submenu_page('daexthrmal_connections', 'daexthrmal_connections');
remove_submenu_page('daexthrmal_connections', 'daexthrmal_tools');
remove_submenu_page('daexthrmal_connections', 'daexthrmal_options');
remove_submenu_page('daexthrmal_connections', 'https://daext.com/doc/hreflang-manager');
}
add_action('admin_menu', 'plt_hide_hreflang_manager_lite_menus', 11);
Where do I put this code?