Automattic\WooCommerce\Internal\StockNotifications\Frontend

SignupResult::get_codepublicWC 1.0

Get the signup code.

Method of the class: SignupResult{}

No Hooks.

Returns

String.

Usage

$SignupResult = new SignupResult();
$SignupResult->get_code(): string;

SignupResult::get_code() code WC 10.3.6

public function get_code(): string {
	return $this->code;
}