Yoast\WP\SEO\Presentations

Indexable_Presentation::generate_schema()publicYoast 1.0

Generates the schema for the page.

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

Хуков нет.

Возвращает

Массив. The Schema object.

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

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

Код Indexable_Presentation::generate_schema() Yoast 22.4

public function generate_schema() {
	return $this->schema_generator->generate( $this->context );
}