Hide Browser Upgrade Warning in WordPress

How to Hide Browser Upgrade Warning in WordPress Many of you may have noticed the browser upgrade warning message on your WordPress admin panel dashboard. WordPress shows this warning message in admin panel if it detects you are using an old/outdated browser. Although it’s highly recommended to use latest browser on your system but sometime … Read more

Send Email Notification to User on Profile Updates

How to Send Email Notification to User on Profile Updates On a project, I had a request from client who wants WordPress users to be notified by email when they update information in their user profile. I think its fair because most of the websites sends an automatic email notification when a user updates his … Read more

Automatically Delete Users After 7 Days In WordPress

How to Automatically Delete Users After 7 Days In WordPress This is not the type of function you would require to use very often because it offers very specific feature toautomatically delete users after predefined time. I was looking to implement this feature in a past project where my client was offering temporary access to … Read more

Add Async And Defer Attributes to JavaScript Elements

How to Add Async And Defer Attributes to JavaScript Elements One of the suggestion that you always hear about JavaScript elements is to put them very close to the closing tag of the Web page. The main reason for that is that script elements are fetched and executed immediately when the browser encounter them. In … Read more

Get A List Of All Custom Page Templates in WordPress

How to Get A List Of All Custom Page Templates in WordPress Pages are one of WordPress’s built-in Post Types. You’ll probably want most of your website Pages to look about the same. But sometimes, though, you may need a specific Page, or a group of Pages, to display or behave differently. This is easily accomplished … Read more

Force Sub Categories To Use Parent Category Templates

How to Force Sub Categories To Use Parent Category Templates When a viewer clicks on a link to one of the Categorieson your WordPress site, he or she is taken to a page listing the Posts in that particular Category in chronological order. WordPress uses `category.php` template as a default layout to display all category listing … Read more