WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about page_rewrite_rules

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-rewrite.php apply_filters 1397 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $page_rewrite Array of rewrite rules for the "page" post type, keyed by their regex pattern.