apply_filters( 'rewrite_rules_array', array $this->rules )

Filters the full set of generated rewrite rules.


Description


Parameters

$this->rules

(array) The compiled array of rewrite rules.


Top ↑

Source

File: wp-includes/class-wp-rewrite.php

View on Trac


Top ↑

Changelog

Version Description
1.5.0 Introduced.