Skip to content

Instantly share code, notes, and snippets.

@danielstrelec
Created April 21, 2017 06:58
Show Gist options
  • Select an option

  • Save danielstrelec/59712327172980116aa77354cfe9d135 to your computer and use it in GitHub Desktop.

Select an option

Save danielstrelec/59712327172980116aa77354cfe9d135 to your computer and use it in GitHub Desktop.
// skrytí některých částí administrace
function remove_menus(){
remove_menu_page('index.php'); // nástěnka
remove_menu_page('edit.php'); // posty
remove_menu_page('edit-comments.php'); // komentáře
}
add_action('admin_menu', 'remove_menus');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment