Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created July 9, 2012 02:36
Show Gist options
  • Save pedroelsner/3073889 to your computer and use it in GitHub Desktop.
Save pedroelsner/3073889 to your computer and use it in GitHub Desktop.
#4 - Rewrite WordPress
<?php
function my_rules_array($rules_array) {
global $my_rewrite_rules_array;
return $my_rewrite_rules_array + $rules_array;
}
add_action('rewrite_rules_array', 'my_rules_array');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment