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