got_rewrite, $got_rewrite
got_rewrite, $got_rewrite
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('got_rewrite, $got_rewrite') is found 1 times:
- /wp-admin/includes/misc.php line 31
* @see got_url_rewrite() * * @param bool $got_rewrite Whether Apache and mod_rewrite are present. */ return apply_filters( 'got_rewrite', $got_rewrite ); } /** * Returns whether the server supports URL rewriting. * * Detects Apache's mod_rewrite, IIS 7.0+ permalink support, and nginx.