WC_Shipping_Method::get_instance_id()

Return the shipping method instance ID.


Description Description


Return Return

(int)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-shipping-method.php

	public function get_instance_id() {
		return $this->instance_id;
	}

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.