How to disable updates for a specific plugin in WordPress when an update is crashing your site. The WordPress-PHP hook method.
Category: PHP
Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website when Gutenberg is enabled.
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.
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.
WordPress provides 2 options to add data (title and description). If we need more fields we either have to customize it or use hooks. In this article, we will learn how to make custom fields using ACF (Advanced Custom Fields) plugin.