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