Fires immediately after a duplicate comment is detected.
Parameters
$commentdata
array- Comment data.
Source
do_action( 'comment_duplicate_trigger', $commentdata );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Fires immediately after a duplicate comment is detected.
$commentdata
arraydo_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.