Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created August 26, 2019 14:09
Show Gist options
  • Save stefanpejcic/a3d7a5fede3c4f5adcb3cc6d90dabebe to your computer and use it in GitHub Desktop.
Save stefanpejcic/a3d7a5fede3c4f5adcb3cc6d90dabebe to your computer and use it in GitHub Desktop.
flush rewrite rules
function my_flush() {
flush_rewrite_rules();
}
add_action(\'init\',\'my_flush\');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment