Yoast\WP\SEO\MyYoast_Client\Infrastructure\Crypto

Key_Pair::get_private_keypublicYoast 1.0

Returns the private key.

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

Хуков нет.

Возвращает

Строку. The 64-byte Ed25519 secret key.

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

$Key_Pair = new Key_Pair();
$Key_Pair->get_private_key(): string;

Код Key_Pair::get_private_key() Yoast 27.8

public function get_private_key(): string {
	return $this->private_key;
}