Make WordPress Core


Ignore:
Timestamp:
07/15/2004 11:29:41 PM (22 years ago)
Author:
rboren
Message:

Add rewrite_rules_array filter point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1461 r1466  
    13391339    $rewrite = $rewrite + $post_rewrite;
    13401340
     1341    $rewrite = apply_filters('rewrite_rules_array', $rewrite);
    13411342    return $rewrite;
    13421343}
Note: See TracChangeset for help on using the changeset viewer.