Template::get_view()
Returns the current template view as null to prevent fatal errors when calling the subscribe link templates in single events.
Return
(null)
Source
File: src/Tribe/Views/V2/iCalendar/Template.php
public function get_view() { return null; }
Changelog
Version | Description |
---|---|
5.16.0 | Introduced. |