Tribe__Events__Main::get_tag_slug()
Returns the string to be used as the tag slug.
Return
(string)
Source
File: src/Tribe/Main.php
public function get_tag_slug() {
/**
* Provides an opportunity to modify the tag slug.
*
* @var string
*/
return apply_filters( 'tribe_events_tag_slug', sanitize_title( __( 'tag', 'the-events-calendar' ) ) );
}