comment_post_redirect

apply_filters( ‘comment_post_redirect’, string $locatio…

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

过滤器::过滤位置URI,以便在发布后发送评论者。
Filter Hook: Filters the location URI to send the commenter after posting.

目录锚点:#参数#源码#笔记


参数(Parameters)

参数 类型 说明
$location (string) 通过$POST发送的“重定向到”URI。
$comment (WP_Comment) 注释对象。

源码(Source)


更新版本 源码位置 使用 被使用
2.0.5 wp-comments-post.php:78 0 0

笔记(Notes)

有时,您希望构建一个页面,在同一页面上显示各种自定义文章,并使用这些文章的评论之一来处理页面评论。但是,当您提交与给定文章相关联的评论时,“提交”按钮会将您重定向到该文章的永久链接,而不是原始页面。要克服这个问题,需要过滤重定向位置,例如,

类别:WordPress 钩子手册 > comment_hook

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册