Description
Filters whether IIS 7+ supports pretty permalinks.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 6179 |
Parameters
Type | Name | Description |
---|---|---|
bool | $supports_permalinks | Whether IIS7 supports permalinks. Default false. |
PHP Doc
/**
* Filters whether IIS 7+ supports pretty permalinks.
*
* @since 2.8.0
*
* @param bool $supports_permalinks Whether IIS7 supports permalinks. Default false.
*/