WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about iis7_url_rewrite_rules

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-rewrite.php apply_filters 1641 /**
* Filters the list of rewrite rules formatted for output to a web.config.
*
* @since 2.8.0
*
* @param string $rules Rewrite rules formatted for IIS web.config.
*/

Hook Parameters

Parameter Type Name Description
string $rules Rewrite rules formatted for IIS web.config.