Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods
Wikipedia::get_label
Returns the label of the Wikipedia field.
Метод класса: Wikipedia{}
Хуков нет.
Возвращает
Строку. The label of the Wikipedia field.
Использование
$Wikipedia = new Wikipedia(); $Wikipedia->get_label(): string;
Код Wikipedia::get_label() Wikipedia::get label Yoast 27.6
public function get_label(): string {
return \__( 'Wikipedia page about you', 'wordpress-seo' ) . '<br/><small>' . \__( '(if one exists)', 'wordpress-seo' ) . '</small>';
}