Yoast\WP\SEO\Presentations
Indexable_Presentation::generate_twitter_card() public Yoast 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() Indexable Presentation::generate twitter card Yoast 15.6.2
public function generate_twitter_card() {
return $this->context->twitter_card;
}