Filter hook 'iis7_supports_permalinks'

in WP Core File wp-includes/functions.php at line 6179

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.
	 */