Yoast\WP\SEO\Presentations

Indexable_Presentation::generate_twitter_card()publicYoast 1.0

Generates the Twitter card type.

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

Хуков нет.

Возвращает

Строку. The Twitter card type.

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

$Indexable_Presentation = new Indexable_Presentation();
$Indexable_Presentation->generate_twitter_card();

Код Indexable_Presentation::generate_twitter_card() Yoast 22.4

public function generate_twitter_card() {
	return $this->context->twitter_card;
}