All pastes #2098302 Raw Edit

Rewrite API

public php v1 · immutable
#2098302 ·published 2012-01-03 06:44 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' );}