1387* pagination and feed paths for author archives.1388*1389* @since 1.5.01390*1391* @param string[]$author_rewriteArray of rewrite rules for author archives, keyed by their regex pattern.1392*/1393$author_rewrite=apply_filters('author_rewrite_rules',$author_rewrite);13941395// Pages rewrite rules.1396$page_rewrite=$this->page_rewrite_rules();13971398/**1399* Filters rewrite rules used for"page" post type archives.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.