VersionCache
in package
Handles version-specific data.
Caches data for retrieval and clears the data when the version is updated.
Tags
Table of Contents
Properties
- $curr_version : string
- The current plugin version.
- $prev_version : string
- The previous plugin version.
Methods
- get_instance() : Singleton
- Returns the single instance of the class.
Properties
$curr_version
The current plugin version.
public
string
$curr_version
$prev_version
The previous plugin version.
public
string
$prev_version
Methods
get_instance()
Returns the single instance of the class.
public
static get_instance() : Singleton