Yoast\WP\SEO\MyYoast_Client\Infrastructure\Token

Token_Storage::get_option_key_prefix_for_current_issuerprivateYoast 1.0

Returns the option key prefix for the current issuer.

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

Хуков нет.

Возвращает

Строку. The option key prefix.

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

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

Код Token_Storage::get_option_key_prefix_for_current_issuer() Yoast 28.3

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