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 ( … [+]
Disable Gutenberg Editor in WordPress How can I disable Gutenberg without using a plugin ? To disable Gutenberg and keep the original editor, simply add this 2 lines in functions.php or … [+]