iis7_url_rewrite_rules WordPress Filter Hook
The iis7_url_rewrite_rules hook is used to add custom rewrite rules for the IIS 7 URL Rewrite module. This hook can be used for a variety of purposes, including customizing the URL structure of your site, redirecting traffic to a different server, or blocking specific IP addresses.
apply_filters( 'iis7_url_rewrite_rules', string $rules ) #
Filters the list of rewrite rules formatted for output to a web.config.
Parameters
- $rules
(string)Rewrite rules formatted for IIS web.config.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |