How to remove the Footer code in WordPress

If you like to remove the footer at the bottom of your wordpress site, you need to update the file:
If you are ok with jumping into the PHP files powering your site, go to the editor and you’ll find the footer content in “footer.php”.
Using this method, you can either remove the footer entirely or overwrite it with contents of your choice.
There are also some plugins that can do this for you, but I prefer not to install more code when I like to remove something.
