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