apply_filters( 'old_slug_redirect_url', string $link )

Filters the old slug redirect URL.


Parameters

$link string
The redirect URL.

Top ↑

Source

File: wp-includes/query.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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