Skip to content

Instantly share code, notes, and snippets.

@joemaller
Created October 1, 2018 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemaller/a13109402308238adb58a4d9432a8886 to your computer and use it in GitHub Desktop.
Save joemaller/a13109402308238adb58a4d9432a8886 to your computer and use it in GitHub Desktop.
flush WordPress rewrite rules on every page load
<?php
/**
* Expensive, but helpful if permalink structures are changing freuqently
* Don't do this on a production site.
*/
add_action('init', 'flush_rewrite_rules');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment