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

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