Uses
Uses | Description |
---|---|
wp-admin/includes/misc.php: got_mod_rewrite() | Returns whether the server is running Apache with the mod_rewrite module loaded. |
wp-admin/includes/misc.php: got_url_rewrite | Filters whether URL rewriting is available. |
wp-includes/functions.php: iis7_supports_permalinks() | Check if IIS 7+ supports pretty permalinks. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |