Disallow tags in WordPress

I don’t use tags in WordPress, how can I disable this functionality? Add this code to your plugin: <?php // Remove submenu … [+]

Remove menus in back-office

How can I remove one or several items in WordPress back-office? Add this code to your plugin: <?php // Remove toolbar menus if ( … [+]