comment_id_not_found

Advertisement

Summery Summery

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

Syntax Syntax

do_action( 'comment_id_not_found', int $comment_post_ID )

Parameters Parameters

$comment_post_ID

Post ID.

Source Source

File: wp-includes/comment.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply