Description
Filters the URI the user is redirected to after editing a comment in the admin.
Occurrences
Filename | Line Number |
---|---|
wp-admin/comment.php | 377 |
Parameters
Type | Name | Description |
---|---|---|
string | $location | The URI the user will be redirected to. |
int | $comment_id | The ID of the comment being edited. |
PHP Doc
/**
* Filters the URI the user is redirected to after editing a comment in the admin.
*
* @since 2.1.0
*
* @param string $location The URI the user will be redirected to.
* @param int $comment_id The ID of the comment being edited.
*/