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();
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |