Skip to content

Instantly share code, notes, and snippets.

View mkret's full-sized avatar

Mathias Kretschek mkret

  • Curitiba, Brasil
View GitHub Profile
<?php
// Customize menus
function slt_customizeAdminMenus() {
// Remove theme / plugin editors
// slt_removeSubmenu( 'themes.php', 'theme-editor.php' );
// slt_removeSubmenu( 'plugins.php', 'plugin-editor.php' );
// Remove comments / categories / tags
slt_removeMenu( 'edit-comments.php' );
slt_removeMenu( 'link-manager.php' );