iis7_supports_permalinks

iis7_supports_permalinks

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('iis7_supports_permalinks') is found 1 times:

  • /wp-includes/functions.php line 6172
    	 * @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.