Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Youtube::get_key()publicYoast 1.0

Returns the key of the YouTube contactmethod.

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

Хуков нет.

Возвращает

Строку. The key of the YouTube contactmethod.

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

$Youtube = new Youtube();
$Youtube->get_key(): string;

Код Youtube::get_key() Yoast 25.1

public function get_key(): string {
	return 'youtube';
}