View::set_slug( $slug )
{@inheritDoc}
Source
File: src/Tribe/Views/V2/View.php
public function set_slug( $slug ) {
$this->slug = $slug;
$this->template->set( 'slug', $slug );
}
{@inheritDoc}
File: src/Tribe/Views/V2/View.php
public function set_slug( $slug ) {
$this->slug = $slug;
$this->template->set( 'slug', $slug );
}