Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Instagram::get_key()publicYoast 1.0

Returns the key of the Instagram contactmethod.

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

Хуков нет.

Возвращает

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

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

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

Код Instagram::get_key() Yoast 25.0

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