Disable update notification for individual WordPress plugins
You should always keep your plugins and WordPress versions up-to-date to avoid any security vulnerability. However, there may be times when you need to stop …
You should always keep your plugins and WordPress versions up-to-date to avoid any security vulnerability. However, there may be times when you need to stop …
Gravatar stands for Globally Recognized Avatar. It is globally recognized because millions of people and websites use them. To know more about Gravatar, you can …
I have seen a few posts that developers looking for a way to disable PHP notices or to disable PHP warnings showing up in WordPress. …
The below code helps you to display Google Custom Search results if no posts/results are found in a WordPress site. Add this code in the …
Sometimes you may need FTP access for your local WordPress development (to update WordPress core version, themes, and Plugins) running via MAMP or MAMP PRO. …
I am sharing a very useful bit of HTML code I use to get the window width when making responsive sites. • View above code …
After so many requests asking about “WordPress white screen of death”, I would like to quickly share the strategy I use in most of the …
The below code will export every column name and value from your database into an excel document (.xls). • View above code on Github Gist …