Hooks::print_single_json_ld()

Print Single Event JSON-LD.

Contents


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();
	}

Top ↑

Changelog

Changelog
Version Description
5.0.3 Introduced.