WooCommerce has introduced High-Performance Order Storage (HPOS) as a significant improvement in how orders are stored and managed…


Understanding PHP Namespaces
Namespaces in PHP allow organizing code and avoiding collisions between class, function, or constant names when working on…

How to Integrate WooCommerce with Slack to receive purchase notifications
If you want to receive Slack notifications whenever a purchase is made in your WooCommerce store, you can…

How to customize the WordPress login page
The WordPress login page is the gateway to the admin panel, and customizing it can give a more…

Display a floating notification with recently sold products in WooCommerce
Displaying floating notifications with recently sold products is an excellent way to build trust and create urgency among…

How to automatically apply coupons in WooCommerce
Coupons are a great way to boost sales in a WooCommerce store. However, asking customers to manually enter…

Using Transients in WordPress
Transients are a powerful tool in WordPress that allow you to temporarily cache data. Their main purpose is…

Create a custom and ligther WP ajax using SHORTINIT
WordPress provides admin-ajax.php for handling AJAX requests, but it can be too heavy for specific applications as it…

How to properly use remove_action in WordPress
WordPress is a highly extensible system thanks to its hooks (actions and filters). One of the most common…

How to add reCaptcha V2 in a custom form in WordPress
Security is crucial for any website, and Google reCAPTCHA is an excellent tool to prevent spam and automated…

How to create custom post types in WordPress: Complete and Advanced Guide
Custom Post Types (CPTs) are a powerful way to extend WordPress beyond pages and posts. With them, you…

How to set the minimun order amount per gateway
WooCommerce allows you to set custom rules to optimize your store’s operations. In this case, you’ll learn how…