Tribe__Updater::flush_rewrites()
Flush Rewrite rules
Source
File: src/Tribe/Updater.php
public function flush_rewrites() {
// run after 'init' to ensure that all CPTs are registered
add_action( 'wp_loaded', 'flush_rewrite_rules' );
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |