Hooks::print_single_json_ld()
Print Single Event JSON-LD.
Source
File: src/Tribe/Views/V2/Hooks.php
public function print_single_json_ld() {
$this->container->make( Template\JSON_LD::class )->print_single_json_ld();
}
Changelog
| Version | Description |
|---|---|
| 5.0.3 | Introduced. |