Yoast\WP\SEO\Presentations
Indexable_Presentation::generate_schema()
Generates the schema for the page.
Метод класса: Indexable_Presentation{}
Хуков нет.
Возвращает
Массив
. The Schema object.
Использование
$Indexable_Presentation = new Indexable_Presentation(); $Indexable_Presentation->generate_schema();
Код Indexable_Presentation::generate_schema() Indexable Presentation::generate schema Yoast 24.3
public function generate_schema() { return $this->schema_generator->generate( $this->context ); }