Fires before a comment is posted.
Parameters
$comment_post_idint- Post ID.
Source
do_action( 'pre_comment_on_post', $comment_post_id );
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
Fires before a comment is posted.
$comment_post_idintdo_action( 'pre_comment_on_post', $comment_post_id );
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.