iis7_supports_permalinks WordPress Filter Hook
The iis7_supports_permalinks Wordpress hook enables the use of pretty permalinks on IIS 7 servers. This hook is useful for those who want to use permalinks on their IIS 7 server without having to edit the server's configuration files.
apply_filters( 'iis7_supports_permalinks', bool $supports_permalinks ) #
Filters whether IIS 7+ supports pretty permalinks.
Parameters
- $supports_permalinks
(bool)Whether IIS7 supports permalinks. Default false.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |