View::get_template_slug()
{@inheritDoc}
Source
File: src/Tribe/Views/V2/View.php
public function get_template_slug() {
if ( null !== $this->template_slug ) {
return $this->template_slug;
}
return $this->get_slug();
}
{@inheritDoc}
File: src/Tribe/Views/V2/View.php
public function get_template_slug() {
if ( null !== $this->template_slug ) {
return $this->template_slug;
}
return $this->get_slug();
}