Description
Filters rewrite rules used for "page" post type archives.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-rewrite.php | 1402 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $page_rewrite | Array of rewrite rules for the "page" post type, keyed by their regex pattern. |
PHP Doc
/**
* Filters rewrite rules used for "page" post type archives.
*
* @since 1.5.0
*
* @param string[] $page_rewrite Array of rewrite rules for the "page" post type, keyed by their regex pattern.
*/