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