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