Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website when Gutenberg is enabled.
Author: M. Hamza Mehmood
My name is Muhammad Hamza Mehmood, a Saudi-born tech geek.
I am a professional full-stack Web Developer.
I love to share knowledge with others. I am quite a busy person, so whenever I get time I used to write articles with the faith that they will help other developers.
If you have any queries just send me a message via the contact form and I will try to solve them as soon as possible.
Do you want to request a topic? please click here.
Thank You for reading my articles.
Have a happy development.
Good Luck!

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website.

Display customer’s contact information in the orders table of WooCommerce, to create ease in viewing customer’s contact information

Add Customer contact information in the admin order email of WooCommerce, when an order is placed.

We came across such requirements where we need to display a number in words, or need to convert a set of number(s) into a string. In this article, we will see how to convert digits and numbers to words in PHP.

Do you want to show a reading progress bar in your WordPress posts? In this article, we will see how to add a Reading Progress Bar to WordPress Posts

QR Codes are a popular type of 2 Dimensional bar code and are also known as physical world links. In this article, we will see how to generate a simple QR Code using Google Chart API.

Detect which submit button is clicked when a form is submitted using PHP.

When you migrate a site from one domain to another it is very important to move your traffic from your older domain to the new domain.
In this article, we will see 5 methods to redirect an old domain to a new domain.

Now a days, it is very important to implement secure an application form CSRF attacks. In this article we will apply CSRF in the php application to prevent CSRF attacks.