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.


Top ↑

Source

File: wp-admin/includes/misc.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.