Yoast\WP\SEO\MyYoast_Client\Domain

Auth_Flow_State::get_noncepublicYoast 1.0

Returns the nonce.

Метод класса: Auth_Flow_State{}

Хуков нет.

Возвращает

Строку|null.

Использование

$Auth_Flow_State = new Auth_Flow_State();
$Auth_Flow_State->get_nonce(): ?string;

Код Auth_Flow_State::get_nonce() Yoast 28.3

public function get_nonce(): ?string {
	return $this->nonce;
}