Tribe__Events__Updater::flush_rewrites()
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' );
}
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' );
}