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



{$permastructname}_rewrite_rules › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( "{$permastructname}_rewrite_rules", $rules )
Parameter:
  • () rules Array of rewrite rules generated for the current permastruct, keyed by their regex pattern.
    Erforderlich: Ja
Definiert in:
Codex:

Filters rewrite rules used for individual permastructs.

The dynamic portion of the hook name, `$permastructname`, refers to the name of the registered permastruct. Possible hook names include: - `category_rewrite_rules` - `post_format_rewrite_rules` - `post_tag_rewrite_rules`




Quellcode

$rules = apply_filters( "{$permastructname}_rewrite_rules", $rules );