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.


Top ↑

Source

File: wp-includes/functions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More