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