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