comment_closed

最后更新于:2021-11-26 01:28:23

do_action( ‘comment_closed’, int $comment_post_ID )

Fires when a comment is attempted on a post that has comments closed.

参数

$comment_post_ID

(int)
Post ID.

源文件

文件: gc-includes/comment.php

View on Trac