Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods
Instagram::get_key
Returns the key of the Instagram contactmethod.
Метод класса: Instagram{}
Хуков нет.
Возвращает
Строку. The key of the Instagram contactmethod.
Использование
$Instagram = new Instagram(); $Instagram->get_key(): string;
Код Instagram::get_key() Instagram::get key Yoast 27.4
public function get_key(): string {
return 'instagram';
}