Tribe__Events__Main::getRewriteSlug()
Get the rewrite slug
Return
(string)
Source
File: src/Tribe/Main.php
public function getRewriteSlug() {
// translators: For compatibility with WPML and other multilingual plugins, not to be translated directly on .mo files.
return sanitize_title( _x( Tribe__Settings_Manager::get_option( 'eventsSlug', 'events' ), 'Archive Events Slug', 'the-events-calendar' ) );
}