Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Pinterest::get_keypublicYoast 1.0

Returns the key of the Pinterest contactmethod.

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

Хуков нет.

Возвращает

string. The key of the Pinterest contactmethod.

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

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

Код Pinterest::get_key() Yoast 28.4

public function get_key(): string {
	return 'pinterest';
}