WC_Data::prime_raw_meta_data_cache( array $raw_meta_data_collection, string $cache_group )

Prime caches for raw meta data. This includes meta_id column as well, which is not included by default in WP meta data.


Description Description


Parameters Parameters

$raw_meta_data_collection

(Required) Array of objects of { object_id => array( meta_row_1, meta_row_2, ... }.

$cache_group

(Required) Name of cache group.


Top ↑

Source Source

File: includes/abstracts/abstract-wc-data.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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