apply_filters( ‘iis7_supports_permalinks’, bool $supports_permalinks )

In this article

Filters whether IIS 7+ supports pretty permalinks.

Parameters

$supports_permalinksbool
Whether IIS7 supports permalinks. Default false.

Source

return apply_filters( 'iis7_supports_permalinks', $supports_permalinks );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.