Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Soundcloud::get_key()publicYoast 1.0

Returns the key of the SoundCloud contactmethod.

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

Хуков нет.

Возвращает

Строку. The key of the SoundCloud contactmethod.

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

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

Код Soundcloud::get_key() Yoast 25.1

public function get_key(): string {
	return 'soundcloud';
}