WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about iis7_supports_permalinks

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 5951 /**
* Filters whether IIS 7+ supports pretty permalinks.
*
* @since 2.8.0
*
* @param bool $supports_permalinks Whether IIS7 supports permalinks. Default false.
*/

Hook Parameters

Parameter Type Name Description
bool $supports_permalinks Whether IIS7 supports permalinks. Default false.