Yoast\WP\SEO\MyYoast_Client\Infrastructure\Registration

Client_Registration::get_option_keyprivateYoast 1.0

Returns the issuer-scoped option key for storing registration data.

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

Хуков нет.

Возвращает

Строку. The option key.

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

// private - только в коде основоного (родительского) класса
$result = $this->get_option_key(): string;

Код Client_Registration::get_option_key() Yoast 27.7

private function get_option_key(): string {
	return self::OPTION_KEY_PREFIX . $this->issuer_config->get_issuer_key();
}