Home
last modified time | relevance | path

Searched refs:json_ld (Results 1 – 2 of 2) sorted by relevance

/plugin/semantic/
H A Dhelper.php26 $json_ld = array(
250 $json_ld['image'] = array(
266 $json_ld['author'] = array(
289 return $json_ld;
296 $json_ld = array();
299 $json_ld[] = $structured_data;
303 $json_ld[] = $backlinks;
306 return $json_ld;
H A Daction.php105 $json_ld = $this->helper->getJsonLD();
108 print json_encode($json_ld);
137 public function json_ld(Doku_Event &$event, $params) function in action_plugin_semantic
143 $json_ld = $this->helper->getJsonLD();
145 if (!count($json_ld)) {
151 "_data" => json_encode($json_ld, JSON_PRETTY_PRINT),