Author: Sajid
How to Send WordPress Email Using SMTP Server
Are you facing problems with sending emails in WordPress? Under the hood, WordPress sends emails using PHP’s mail() function. Sometimes, your web hosting does not…
How to Automate WordPress Updates in Few Minutes
In the past, I have published an article on How to Update WordPress Plugins Automatically Without using Plugin. We have written a piece of code…
How to Work with PHP DateTime Using Carbon Library
PHP provides a built-in DateTime class for dealing with the date and time. Using this class, you can deal with the date and time in…
How to Add Two-Step Authentication on WordPress Website
Two-step authentication is one of the most essential features that should be used on WordPress websites. I recommend using this feature to add an extra…
How To Update WordPress Plugins Automatically Without Using Plugin
While running a WordPress website, it is just impossible to stay without plugins. A number of useful plugins are available which help us to make…
A Guide For PayPal Integration On Your Website In PHP
PayPal is no doubt one of the most popular payment gateways for websites. Most websites are using PayPal to receive payments on their application. In…
How To Manage WordPress Website Using WP-CLI
If you are a WordPress developer, then definitely you heard about WP-CLI. WP-CLI is a command line interface for WordPress. Using this tool you can…
How to Read CSV and Excel Files in PHP Using PhpSpreadsheet
While working on web applications, sometimes we come across a situation where we need to import a CSV or Excel file into the database. It’s…
How to Install and Use TinyMCE Editor in Laravel
Recently I published an article on using CKEditor in Laravel. I got a few comments from readers asking me to write a post on how…
How To Upload Images Using PHP On Cloudinary – A Free Image Hosting Service
CDN is not a new word for web developers. CDN means content delivery network or content distribution network. Hosting our CSS, JS, and images on…