Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods
Myspace::get_label
Returns the label of the MySpace field.
Метод класса: Myspace{}
Хуков нет.
Возвращает
Строку. The label of the MySpace field.
Использование
$Myspace = new Myspace(); $Myspace->get_label(): string;
Код Myspace::get_label() Myspace::get label Yoast 27.8
public function get_label(): string {
return \__( 'MySpace profile URL', 'wordpress-seo' );
}