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