comment_id_not_found

最后更新于:2021-11-26 03:39:19

do_action( ‘comment_id_not_found’, int $comment_post_ID )

Fires when a comment is attempted on a post that does not exist.

参数

$comment_post_ID

(int)
Post ID.

源文件

文件: gc-includes/comment.php

View on Trac