Hide_End_Time_Modifier::get_context()
Get the context object.
Return
(Tribe__Context) $context The context object.
Source
File: src/Events/Views/Modifiers/Hide_End_Time_Modifier.php
public function get_context(): Tribe__Context {
return $this->context ?? tribe_context();
}
Changelog
| Version | Description |
|---|---|
| 6.4.1 | Introduced. |