comment_edit_redirect, $location, $comment_id
comment_edit_redirect, $location, $comment_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('comment_edit_redirect, $location, $comment_id') is found 1 times:
- /wp-admin/comment.php line 378
* * @param string $location The URI the user will be redirected to. * @param int $comment_id The ID of the comment being edited. */ $location = apply_filters( 'comment_edit_redirect', $location, $comment_id ); wp_redirect( $location ); exit; default: wp_die( __( 'Unknown action.' ) );