In this tutorial, I’ll show you how you can change the “Thank You for Creating with WordPress” text on your WordPress Admin Dashboard without using any plugins.
You’ll just need to add the following snippet to your current WordPress theme’s function.php file:
Here, you need to replace “Modified by SelectWP” and the URL with your desired text.
This will modify the WordPress Footer Text “Thank You for Creating with WordPress” with the text you like.
Conclusion
I hope with these snippets you’ll b able to hide the plugins you want. If you’re not willing to edit the functions.php file, you can also use Code Snippet Pro or WPCode to add the above snippets directly.