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