WC_Data::get_meta_data()

Get All Meta Data.


Description Description


Return Return

(array) of objects.


Top ↑

Source Source

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

	public function get_meta_data() {
		$this->maybe_read_meta_data();
		return array_values( array_filter( $this->meta_data, array( $this, 'filter_null_meta' ) ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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