Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public function manage_user_routes() {
  2. add_rewrite_rule( '^user/([^/]+)?', 'index.php?control_action=$matches[1]', 'top' );
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement