Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Myspace::get_labelpublicYoast 1.0

Returns the label of the MySpace field.

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

Хуков нет.

Возвращает

Строку. The label of the MySpace field.

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

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

Код Myspace::get_label() Yoast 27.8

public function get_label(): string {
	return \__( 'MySpace profile URL', 'wordpress-seo' );
}