Skip to content

Instantly share code, notes, and snippets.

@danielstrelec
Created March 1, 2019 10:34
Show Gist options
  • Save danielstrelec/079a993c23f47d62453189ece004cee3 to your computer and use it in GitHub Desktop.
Save danielstrelec/079a993c23f47d62453189ece004cee3 to your computer and use it in GitHub Desktop.
// zrušení možnosti úpravy šablony z menu
function remove_customize () {
global $submenu;
unset($submenu['themes.php'][6]);
}
add_action('admin_menu', 'remove_customize');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment