Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/query.php | apply_filters | 1092 | /** * Filters the old slug redirect post ID. * * @since 4.9.3 * * @param int $id The redirect post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $id | The redirect post ID. |