Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods

Facebook::get_key()publicYoast 1.0

Returns the key of the Facebook contactmethod.

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

Хуков нет.

Возвращает

Строку. The key of the Facebook contactmethod.

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

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

Код Facebook::get_key() Yoast 25.1

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