apply_filters( 'comment_edit_redirect', string $location, int $comment_id )

Filters the URI the user is redirected to after editing a comment in the admin.


Description Description


Parameters Parameters

$location

(string) The URI the user will be redirected to.

$comment_id

(int) The ID of the comment being edited.


Top ↑

Source Source

File: wp-admin/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.