Tribe__Events__Community__Main::activateFlushRewrite()
Sets the setting variable that says the rewrite rules should be flushed upon plugin load.
Return
(void)
Source
File: src/Tribe/Main.php
public static function activateFlushRewrite() {
$options = self::getOptions();
$options['maybeFlushRewrite'] = true;
update_option( self::OPTIONNAME, $options );
}
Changelog
| Version | Description |
|---|---|
| 1.0.1 | Introduced. |