Filters the old slug redirect post ID.
Parameters
$id
int- The redirect post ID.
Source
$id = apply_filters( 'old_slug_redirect_post_id', $id );
Changelog
Version | Description |
---|---|
4.9.3 | Introduced. |
Filters the old slug redirect post ID.
$id
int$id = apply_filters( 'old_slug_redirect_post_id', $id );
Version | Description |
---|---|
4.9.3 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.