Tribe__Events__Community__Main::activateFlushRewrite()

Sets the setting variable that says the rewrite rules should be flushed upon plugin load.


Return

(void)


Top ↑

Source

File: src/Tribe/Main.php

		public static function activateFlushRewrite() {
			$options = self::getOptions();
			$options['maybeFlushRewrite'] = true;
			update_option( self::OPTIONNAME, $options );
		}

Top ↑

Changelog

Changelog
Version Description
1.0.1 Introduced.