Fires immediately after a duplicate comment is detected.
Parameters
$commentdataarray- Comment data.
Source
do_action( 'comment_duplicate_trigger', $commentdata );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Fires immediately after a duplicate comment is detected.
$commentdataarraydo_action( 'comment_duplicate_trigger', $commentdata );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.