wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



rewrite_rules_array › Filtr WordPress Hooks

Od1.5.0
Przestarzałyn/a
apply_filters( 'rewrite_rules_array', $this->rules )
Parametry:
  • (string[]) $rules The compiled array of rewrite rules, keyed by their regex pattern.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the full set of generated rewrite rules.





Źródło

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