Turn caching back on
This commit is contained in:
parent
c01bc63020
commit
44ad43216e
|
@ -49,7 +49,7 @@ class WC_Admin_Report {
|
||||||
'order_by' => '',
|
'order_by' => '',
|
||||||
'limit' => '',
|
'limit' => '',
|
||||||
'filter_range' => false,
|
'filter_range' => false,
|
||||||
'nocache' => true,
|
'nocache' => false,
|
||||||
'debug' => false,
|
'debug' => false,
|
||||||
'order_types' => wc_get_order_types( 'reports' ),
|
'order_types' => wc_get_order_types( 'reports' ),
|
||||||
'order_status' => array( 'completed', 'processing', 'on-hold' ),
|
'order_status' => array( 'completed', 'processing', 'on-hold' ),
|
||||||
|
|
Loading…
Reference in New Issue