Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Youtube::get_label()publicYoast 1.0

Returns the label of the YouTube field.

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

Хуков нет.

Возвращает

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

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

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

Код Youtube::get_label() Yoast 25.1

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