On this page
apply_filters( 'old_slug_redirect_url', string $link )
Filters the old slug redirect URL.
Parameters
$linkstring-
The redirect URL.
Source
File: wp-includes/query.php. View all references
$link = apply_filters( 'old_slug_redirect_url', $link );
Related
Used By
| Used By | Description |
|---|---|
| wp_old_slug_redirect() wp-includes/query.php | Redirect old slugs to the correct permalink. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/old_slug_redirect_url