On this page
apply_filters( 'got_url_rewrite', bool $got_url_rewrite )
Filters whether URL rewriting is available.
Parameters
$got_url_rewritebool-
Whether URL rewriting is available.
Source
File: wp-admin/includes/misc.php. View all references
return apply_filters( 'got_url_rewrite', $got_url_rewrite );
Related
Used By
| Used By | Description |
|---|---|
| got_url_rewrite() wp-admin/includes/misc.php | Returns whether the server supports URL rewriting. |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/got_url_rewrite