How to fix “_load_textdomain_just_in_time was called incorrectly” Notice in WordPress

WordPress 6.7 introduced major improvements in internationalization (i18n) and text-domain loading. If you are a WordPress developer or user, you may have come across this…

Gulp JavaScript · 1 min read

How to fix ( Error: EACCES: permission denied, mkdir )

Nodejs and NPM have made life so easier. If you use Gulp toolkit with it I am sure you love it 😍 However, I came…

WordPress · 1 min read

How to change default email sender in WordPress

I get several requests for “How to change default email sender in WordPress” to the desired ones while providing tech support for the WordPress themes.…

MySql PHP · 2 min read

PHP Database Interaction in FIVE steps

PHP has a pretty straight forward method to working with MySQL databases. I will explain to establish a connection to the MySQL database, but  I am not…

WordPress · 1 min read

Create WordPress Admin Account Using FTP

Have you ever had a client need help on their WordPress site, and have FTP access, but not actually give you a WordPress account to…

How to generate Google Maps Browser API Key for your Website

Since June 2016, Google Maps requires a special Google Maps browser API key when you need to display Google Maps on your site. Without setting…