Filters whether IIS 7+ supports pretty permalinks.
Parameters
$supports_permalinks
bool- Whether IIS7 supports permalinks. Default false.
Source
return apply_filters( 'iis7_supports_permalinks', $supports_permalinks );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.