Rewrite API
public php v1 · immutable// This is called before flush_rewrite_rules() when the plugin is activatedfunction my_rewrite_rules() { add_rewrite_rule( '(race-archives)/([^/]*)/$', 'index.php?page_name=$matches[1]&raceyear=$matches[2]', 'top' );}