comment_edit_redirect

最后更新于:2021-11-26 01:46:20

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.

参数

$location

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

$comment_id

(int)
The ID of the comment being edited.

源文件

文件: gc-admin/comment.php

View on Trac