Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Linkedin::get_key()publicYoast 1.0

Returns the key of the Linkedin contactmethod.

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

Хуков нет.

Возвращает

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

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

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

Код Linkedin::get_key() Yoast 25.0

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