WC_Data::maybe_read_meta_data()

Read meta data if null.


Description Description


Source Source

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

	protected function maybe_read_meta_data() {
		if ( is_null( $this->meta_data ) ) {
			$this->read_meta_data();
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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