WordPress version is displayed in meta generator tag, but also in css and js scripts loading (i.e. ..jquery.js?ver=5.5.1). How can I hide it? Add … [+]
How can I remove a WordPress access when I only have FTP access? If you want to delete user with id 666, add this code to your functions file: [php] … [+]
Is there an easy way to retrieve the name of the parent page of a WordPress page? Add this code to your plugin or functions file: [php] <?php /** … [+]
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 … [+]