do_action( ‘comment_id_not_found’, int $comment_post_id )

In this article

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

Parameters

$comment_post_idint
Post ID.

Source

do_action( 'comment_id_not_found', $comment_post_id );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.