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