Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function custom_rewrite_rules() {
  2. add_rewrite_rule('^output/?', 'output/?value=$matches[1]', 'top');
  3. }
  4. add_action( 'init', 'custom_rewrite_rules' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement