Tribe__Events__Community__Main::notice_permalinks()

Outputs the notice about pretty permalinks.

Contents


Source

File: src/Tribe/Main.php

		public function notice_permalinks() {
			?>
			<div class="error"><p>
					<?php esc_html_e( 'Community Events requires non-default (pretty) permalinks to be enabled or the [tribe_events_community] shortcode to exist on a post or page.', 'tribe-events-community' ); ?>
				</p></div>
			<?php
		}

Top ↑

Changelog

Changelog
Version Description
4.6.7 Added link to Permalinks settings page.
1.0.3 Introduced.