'; $the_output .= '
Wordpress Internal Rewrite Viewer
'; $the_output .= 'Plugin by Dagon Design
'; $the_output .= '';
$the_output .= str_replace("=>", "=>", print_r($wp_rewrite->rewrite_rules(), TRUE));
$the_output .= "";
echo $the_output;
exit();
}
}
add_filter('query_vars', 'ddrw_query_vars');
add_filter('rewrite_rules_array', 'ddrw_permalinks');
add_action('wp_head', 'ddrw_show_rewrites');
?>