WC_Shipping_Rate::get_meta_data()

Get all meta data for this rate.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-shipping-rate.php

	public function get_meta_data() {
		return $this->meta_data;
	}

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.