Filters whether IIS 7+ supports pretty permalinks.
$supports_permalinksboolwp-includes/functions.php:6354iis7_supports_permalinks() * Filters whether IIS 7+ supports pretty permalinks. * * @since 2.8.0 * * @param bool $supports_permalinks Whether IIS7 supports permalinks. Default false. */ return apply_filters( 'iis7_supports_permalinks', $supports_permalinks );} /** * Validates a file name and path against an allowed set of rules. * * A return value of `1` means the file path contains directory traversal.Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.