Filters the old slug redirect URL.
Parameters
$link
string- The redirect URL.
Source
$link = apply_filters( 'old_slug_redirect_url', $link );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters the old slug redirect URL.
$link
string$link = apply_filters( 'old_slug_redirect_url', $link );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.