apply_filters( ‘got_url_rewrite’, bool $got_url_rewrite )

In this article

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

VersionDescription
3.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.