wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



rewrite_rules_array › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'rewrite_rules_array', $this->rules )
Paramètres:
  • (string[]) $rules The compiled array of rewrite rules, keyed by their regex pattern.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the full set of generated rewrite rules.





Source

$this->rules = apply_filters( 'rewrite_rules_array', $this->rules );