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
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
Fires when a comment is attempted on a post that does not exist.
$comment_post_idintdo_action( 'comment_id_not_found', $comment_post_id ); | Version | Description |
|---|---|
| 1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.