Changes between Initial Version and Version 1 of Ticket #33968, comment 19
- Timestamp:
- 10/03/2015 09:27:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33968, comment 19
initial v1 6 6 }}} 7 7 8 Doesn’t cover anything other than structures though. If you’re doing stuff with new rules, etc. continue to use the `$wp_rewrite` global as necessary. If you’re registering taxonomies , you’re still going to want to run `flush_rewrite_rules()` afterward, regardless of whether you set the structure earlier and the rules were flushed then.8 Doesn’t cover anything other than structures though. If you’re doing stuff with new rules, etc. continue to use the `$wp_rewrite` global as necessary. If you’re registering taxonomies or post types, you’re still going to want to run `flush_rewrite_rules()` afterward, regardless of whether you set the structure earlier and the rules were flushed then. 9 9 10 10 Side note: I avoided changing the canonical tests because I found them to be fragile. Maybe followup on that later.