Yoast\WP\SEO\Schema_Aggregator\Domain
Schema_Piece::to_json_ld_graph
Converts multiple schema pieces to a JSON-LD-encoded graph.
Метод класса: Schema_Piece{}
Хуков нет.
Возвращает
Массив<Строку,. string|int|bool> The JSON-LD graph representation.
Использование
$Schema_Piece = new Schema_Piece(); $Schema_Piece->to_json_ld_graph(): array;
Код Schema_Piece::to_json_ld_graph() Schema Piece::to json ld graph Yoast 27.7
public function to_json_ld_graph(): array {
return [
'@graph' => $this->data,
];
}