View::get_context()
{@inheritDoc}
Source
File: src/Tribe/Views/V2/View.php
public function get_context() {
return null !== $this->context ? $this->context : tribe_context();
}
{@inheritDoc}
File: src/Tribe/Views/V2/View.php
public function get_context() {
return null !== $this->context ? $this->context : tribe_context();
}