Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Pinterest::get_label()publicYoast 1.0

Returns the label of the Pinterest field.

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

Хуков нет.

Возвращает

Строку. The label of the Pinterest field.

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

$Pinterest = new Pinterest();
$Pinterest->get_label(): string;

Код Pinterest::get_label() Yoast 25.1

public function get_label(): string {
	return \__( 'Pinterest profile URL', 'wordpress-seo' );
}