WC_Data_Store_WP::get_internal_meta_keys()publicWC 3.2.0

Return list of internal meta keys.

Method of the class: WC_Data_Store_WP{}

No Hooks.

Return

Array.

Usage

$WC_Data_Store_WP = new WC_Data_Store_WP();
$WC_Data_Store_WP->get_internal_meta_keys();

Changelog

Since 3.2.0 Introduced.

WC_Data_Store_WP::get_internal_meta_keys() code WC 8.7.0

public function get_internal_meta_keys() {
	return $this->internal_meta_keys;
}