Guest User

Untitled

a guest
Nov 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //Ensure the $wp_rewrite global is loaded
  2. global $wp_rewrite;
  3. //Call flush_rules() as a method of the $wp_rewrite object
  4. $wp_rewrite->flush_rules( false );
Add Comment
Please, Sign In to add comment