WC_WCCOM_Site_Installation_State::get_idempotency_key
Get the idempotency key.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Returns
String.
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_idempotency_key();
WC_WCCOM_Site_Installation_State::get_idempotency_key() WC WCCOM Site Installation State::get idempotency key code WC 10.7.0
public function get_idempotency_key() {
return $this->idempotency_key;
}