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