Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function rewrite_medical_url() {
  2. add_rewrite_rule( '^medical/[^/]+/([^/]+)/?', 'index.php?location=$matches[1]', 'top' );
  3. }
  4.  
  5. add_action( 'init', 'rewrite_medical_url' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement