add_rewrite_rule


add_rewrite_rule ( $regex, $query, $after = 'bottom' )

Parameters:
  • (string) regex Regular expression to match request against.
  • (string|array) query The corresponding query vars for this rewrite rule.
  • (string) after Optional. Priority of the new rule. Accepts 'top' or 'bottom'. Default 'bottom'.
Defined at:
Change Log:
  • 4: .

Description

Adds a rewrite rule that transforms a URL structure to a set of query vars.Any value in the $after parameter that isn't 'bottom' will result in the rule being placed at the top of the rewrite rules.

Related Functions

iis7_add_rewrite_rule, save_mod_rewrite_rules, add_rewrite_tag, flush_rewrite_rules, add_rewrite_endpoint

Top Google Results

User discussions

wpseek mobile