Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods
Linkedin::get_key
Returns the key of the Linkedin contactmethod.
Метод класса: Linkedin{}
Хуков нет.
Возвращает
Строку. The key of the Linkedin contactmethod.
Использование
$Linkedin = new Linkedin(); $Linkedin->get_key(): string;
Код Linkedin::get_key() Linkedin::get key Yoast 26.9
public function get_key(): string {
return 'linkedin';
}