在编辑之前过滤评论内容。
原型
apply_filters( 'comment_edit_pre', string $comment->comment_content )
参数
$comment->comment_content
(string)
评论内容。
源文件
路径:wp-admin/includes/comment.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/comment_edit_pre/
在编辑之前过滤评论内容。
apply_filters( 'comment_edit_pre', string $comment->comment_content )
$comment->comment_content
(string)
评论内容。
路径:wp-admin/includes/comment.php
英文文档:https://developer.wordpress.org/reference/hooks/comment_edit_pre/
请在后台设置小工具!