wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



author_rewrite_rules › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'author_rewrite_rules', $author_rewrite )
Parameter:
  • () author_rewrite Array of rewrite rules for author archives, keyed by their regex pattern.
    Erforderlich: Ja
Definiert in:
Codex:

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.




Quellcode

$author_rewrite = apply_filters( 'author_rewrite_rules', $author_rewrite );