WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_edit_redirect

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/comment.php apply_filters 364 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $location The URI the user will be redirected to.
int $comment_id The ID of the comment being edited.