apply_filters( ‘old_slug_redirect_url’, string $link )

In this article

Filters the old slug redirect URL.

Parameters

$linkstring
The redirect URL.

Source

$link = apply_filters( 'old_slug_redirect_url', $link );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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