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