apply_filters( 'woocommerce_analytics_report_should_use_cache', bool $use_cache, string $cache_key )

Determines if a report will utilize caching.


Description Description


Parameters Parameters

$use_cache

Whether or not to use cache.

$cache_key

The report's cache key. Used to identify the report.


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/DataStore.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.