All pastes #2098301 Raw Edit

Rewrite API

public php v1 · immutable
#2098301 ·published 2012-01-03 06:43 UTC
rendered paste body
// 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' );}