mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://wordpress.org/support/topic/woocommerce-9-8-4-fatal-error-when-refunding-order-with-redis-object-cache-plugi/
1 line
77 B
Text
1 line
77 B
Text
add_filter( 'woocommerce_order_get_items_cache_enabled', '__return_false' );
|