Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Myspace::get_keypublicYoast 1.0

Returns the key of the MySpace contactmethod.

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

Хуков нет.

Возвращает

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

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

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

Код Myspace::get_key() Yoast 28.1

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