apply_filters( ‘old_slug_redirect_post_id’, int $id )

In this article

Filters the old slug redirect post ID.

Parameters

$idint
The redirect post ID.

Source

$id = apply_filters( 'old_slug_redirect_post_id', $id );

Changelog

VersionDescription
4.9.3Introduced.

User Contributed Notes

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