comment_save_pre

最后更新于:2021-11-26 04:00:03

apply_filters( ‘comment_save_pre’, string $comment_content )

Filters the comment content before it is updated in the database.

参数

$comment_content

(string)
The comment data.

源文件

文件: gc-includes/comment.php

View on Trac