ʤ >'൉9` ʤ L Sﱊ ʤ DFo ʤ K$`  ʤ dӝUj` ˤ u6j (ˤ Iʲ @ˤ Iʲ Xˤ x@q;jۤID x̤ = ̤ pPP ̤ i VB ̤ mZ!ـ ̤ tQ_8 ̤ ?Nʲ@ ͤ a&p ͤ CU 8ͤ Į{ Pͤ yf0 hͤ \p ͤ >dygf腈 ͤ c&3 ͤ #0 ͤ Uk*Dp ͤ LuV=* ͤ O4v Τ n>F0 (Τ `x` @Τ # )ۋ XΤ xY>{r pΤ s0w Τ )0 Τ BjVxw` Τ LJlr Τ @s Τ OS Ϥ Yo  Ϥ lrP 0Ϥ S HϤ r `Ϥ j xϤ 83b  Ϥ AClrP Ϥ lr Ϥ X+ Ϥ ۟)?C Ϥ c\V  Ф \ZmP Ф ^NԎ 8Ф +^NԎ PФ [\V hФ _Zm Ф % +@ Ф ꔨ P  Ф ruذ Ф @lr Ф qiBlr Ф Wu@ Ѥ ئTlrp (Ѥ  G-hq @Ѥ ) XѤ C pѤ 8ɒmP Ѥ ># Ѥ h:=f Ѥ  ! Ѥ 9 5& pԤ MӜ' Ԥ . >P7@' Ԥ 2Kǀ' Ԥ 9kU;' Ԥ sYٷ ( Ԥ 15`( դ Np( դ !Pk1:( 0դ /( Hդ V { ) `դ w{P) xդ =<) դ vZG) դ =eӱ) դ *lp * դ 4׵CP* դ ?R.ٝ* ֤ n8̊* ֤ np* 8֤ sPz + P֤ {2 P+ h֤ bzΐ+ ֤ lback( $this->context->id ) ), 'mainEntityOfPage' => [ '@id' => $this->context->main_schema_id ], 'description' => '', ]; if ( $this->context->has_article ) { $data['mainEntityOfPage'] = [ '@id' => $this->context->main_schema_id . Schema_IDs::ARTICLE_HASH ]; } if ( isset( $block['attrs']['jsonDescription'] ) ) { $data['description'] = $this->helpers->schema->html->sanitize( $block['attrs']['jsonDescription'] ); } $this->add_duration( $data, $block['attrs'] ); $this->add_steps( $data, $block['attrs']['steps'] ); $data = $this->helpers->schema->language->add_piece_language( $data ); $graph[] = $data; } /** * Generates the image schema from the attachment $url. * * @param string $url Attachment url. * * @return array Image schema. */ protected function get_image_schema( $url ) { $schema_id = $this->context->canonical . '#schema-image-' . \md5( $url ); return $this->helpers->schema->image->generate_from_url( $schema_id, $url ); } }