WC_Data::get_meta_cache_key()
Method: Helper method to compute meta cache key. Different from WP Meta cache key in that meta data cached using this key also contains meta_id column.
Source: includes/abstracts/abstract-wc-data.php:529
Method: Helper method to compute meta cache key. Different from WP Meta cache key in that meta data cached using this key also contains meta_id column.
Source: includes/abstracts/abstract-wc-data.php:529
Method: Generate cache key from id and group.
Source: includes/abstracts/abstract-wc-data.php:547
Method: Prime caches for raw meta data. This includes meta_id column as well, which is not included by default in WP meta data.
Source: includes/abstracts/abstract-wc-data.php:559
Method: Merge changes with data and clear.
Source: includes/abstracts/abstract-wc-data.php:764
Method: Prefix for action and filter hooks on data.
Source: includes/abstracts/abstract-wc-data.php:775
Method: Gets a prop for a getter method.
Source: includes/abstracts/abstract-wc-data.php:790
Filter Hook: Checks if the prop being set is allowed, and the value is not null.
Source: includes/abstracts/abstract-wc-data.php:797
Method: Sets a date prop whilst handling formatting and datetime objects.
Source: includes/abstracts/abstract-wc-data.php:811
Method: When invalid data is found, throw an exception unless reading from the DB.
Source: includes/abstracts/abstract-wc-data.php:855
Method: Set a collection of props in one go, collect any errors, and return the result.
Source: includes/abstracts/abstract-wc-data.php:700