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