Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Linkedin::get_label()publicYoast 1.0

Returns the label of the Linkedin field.

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

Хуков нет.

Возвращает

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

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

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

Код Linkedin::get_label() Yoast 25.0

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