Filters whether URL rewriting is available.
Parameters
$got_url_rewritebool- Whether URL rewriting is available.
Source
return apply_filters( 'got_url_rewrite', $got_url_rewrite );
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
Filters whether URL rewriting is available.
$got_url_rewriteboolreturn apply_filters( 'got_url_rewrite', $got_url_rewrite );
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.