Load CSS on Demand in WooCommerce to Optimize Frontend Performance In frontend optimization, loading resources on demand is a very important principle.However, WooCommerce’s default way of handling frontend resources doesn’t... September 29, 2019 Woocommerce / WordPress
Optimizing WordPress Object Caching with Memcached or Redis In WordPress development, performance optimization often comes down to efficient caching strategies. While WordPress supports object caching out of the... September 25, 2019 WordPress
How to Prevent Users from Deleting Specific Post Types in WordPress When developing a custom system using WordPress—such as an order management platform—there are times when you need to ensure that... June 29, 2019 WordPress
Custom Order Handling After Payment Completion in WooCommerce In WooCommerce, when a customer completes their payment, several hooks are triggered.We can attach our custom functions to these hooks... June 29, 2019 Woocommerce
Automatically Mark Virtual (Non-Downloadable) Products as Completed After Payment in WooCommerce By default, WooCommerce automatically marks orders for virtual downloadable products as “Completed” once the payment is successful.However, if you’re selling... May 31, 2019 Woocommerce
Replace Gravatar Server with Duoshuo to Fix Slow Gravatar Loading in WordPress In recent years, Gravatar servers have become increasingly slow or even completely unreachable in some parts of mainland China. Since... April 30, 2019 WordPress
How to Remove the “/product” Prefix from WooCommerce URLs Inspired by various SEO tutorials, some WordPress users aim to keep their URLs as short as possible — for example,... April 29, 2019 Woocommerce