Filter hook 'author_rewrite_rules'
in WP Core File wp-includes/class-wp-rewrite.php at line 1390
Description
Filters rewrite rules used for author archives. Likely author archives would include `/author/author-name/`, as well as pagination and feed paths for author archives.
Occurrences
Filename |
Line Number |
wp-includes/class-wp-rewrite.php |
1390 |
Parameters
Type |
Name |
Description |
string[] |
$author_rewrite |
Array of rewrite rules for author archives, keyed by their regex pattern. |
PHP Doc
/**
* Filters rewrite rules used for author archives.
*
* Likely author archives would include `/author/author-name/`, as well as
* pagination and feed paths for author archives.
*
* @since 1.5.0
*
* @param string[] $author_rewrite Array of rewrite rules for author archives, keyed by their regex pattern.
*/