Tribe__Updater::flush_rewrites()

Flush Rewrite rules

Contents


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' );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.