Automattic\WooCommerce\Admin\API\Reports
Cache::get_version()
Get cache version number.
Method of the class: Cache{}
No Hooks.
Return
String
.
Usage
$result = Cache::get_version();
Cache::get_version() Cache::get version code WC 9.6.0
public static function get_version() { $version = \WC_Cache_Helper::get_transient_version( self::VERSION_OPTION ); return $version; }