Filter hook 'comment_edit_redirect'

in WP Core File wp-admin/comment.php at line 377

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.
		 */