edit_comment

最后更新于:2021-11-26 09:04:14

do_action( ‘edit_comment’, int $comment_ID, array $data )

Fires immediately after a comment is updated in the database.

参数

$comment_ID

(int)
The comment ID.

$data

(array)
Comment data.

源文件

文件: gc-includes/comment.php

View on Trac