comment_post_redirect

最后更新于:2021-11-26 03:59:28

apply_filters( ‘comment_post_redirect’, string $location, GC_Comment $comment )

Filters the location URI to send the commenter after posting.

参数

$location

(string)
The ‘redirect_to’ URI sent via $_POST.

$comment

(GC_Comment)
Comment object.

源文件

文件: gc-comments-post.php

View on Trac