Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/post.php | apply_filters | 2093 | /** * Filters the post redirect destination URL. * * @since 2.9.0 * * @param string $location The destination URL. * @param int $post_id The post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $location | The destination URL. |
int | $post_id | The post ID. |