Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Wikipedia::get_label()publicYoast 1.0

Returns the label of the Wikipedia field.

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

Хуков нет.

Возвращает

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

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

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

Код Wikipedia::get_label() Yoast 25.1

public function get_label(): string {
	return \__( 'Wikipedia page about you', 'wordpress-seo' ) . '<br/><small>' . \__( '(if one exists)', 'wordpress-seo' ) . '</small>';
}