Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Soundcloud::get_label()publicYoast 1.0

Returns the label of the SoundCloud field.

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

Хуков нет.

Возвращает

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

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

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

Код Soundcloud::get_label() Yoast 25.0

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