Yoast\WP\SEO\MyYoast_Client\Domain
Auth_Flow_State::get_nonce
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() Auth Flow State::get nonce Yoast 28.3
public function get_nonce(): ?string {
return $this->nonce;
}