Testing of this plugin has been temporarily suspended due to an error. It will automatically resume when a new plugin version is released.
function plt_hide_control_horas_menus() {
//Hide the "Control de horas" menu.
remove_menu_page('controlhoras');
}
add_action('admin_menu', 'plt_hide_control_horas_menus', 11);