post_rewrite_rules WordPress Filter Hook
The post_rewrite_rules hook is triggered after the rewrite rules for the post type are generated. This hook can be used to modify the generated rules.
apply_filters( 'post_rewrite_rules', string[] $post_rewrite ) #
Filters rewrite rules used for “post” archives.
Parameters
- $post_rewrite
(string[])Array of rewrite rules for posts, keyed by their regex pattern.
More Information
This post will only affect content of the post type ‘posts’.
Source
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |