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…

How to autoload classes with Composer in PHP
Composer is an essential tool for dependency management in modern PHP projects. One of its most powerful features…

How set discount percent by gateway in WooCommerce
In WooCommerce, you can encourage the use of specific payment gateways by offering automatic discounts depending on the…

How to create discounts based on product quantity in WooCommerce
In WooCommerce, you can implement advanced discount rules based on the number of products in the cart. While…