got_url_rewrite WordPress Filter Hook
The got_url_rewrite Wordpress hook is used to pass the URL of the current page to a custom function. This can be used to customize the output of the URL, or to perform any other actions that may be required.
apply_filters( 'got_url_rewrite', bool $got_url_rewrite ) #
Filters whether URL rewriting is available.
Parameters
- $got_url_rewrite
(bool)Whether URL rewriting is available.
Source
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |