Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

X::get_key()publicYoast 1.0

Returns the key of the X contactmethod.

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

Хуков нет.

Возвращает

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

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

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

Код X::get_key() Yoast 25.1

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