function plt_hide_hearty_promote_light_menus() {
//Hide the "Settings → Hearty Promote Light" menu.
remove_submenu_page('options-general.php', 'heartypromotelight-setting-admin');
}
add_action('admin_menu', 'plt_hide_hearty_promote_light_menus', 11);