You might need the current page URL whenever a page is opened in the browser. With a simple code, we can get the current page
Category: WooCommerce

Wordpress provides a flexibility to execute raw SQL. In WooCommerce we will execute basic SQL queries to fetch data for reports and API.

In this article we will see how to add a custom currency symbol in WooCommerce for products, carts, and checkout using the filter hook method.

How to disable updates for a specific plugin in WordPress when an update is crashing your site. The WordPress-PHP hook method.

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.

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.

By default, WordPress provides 2 options to add data (title and description). If we need more fields we need to customize it or use hooks.