Summery Summery
Filters the ID, if any, of the duplicate comment found when creating a new comment.
Syntax Syntax
Description Description
Return an empty value from this filter to allow what WP considers a duplicate comment.
Parameters Parameters
- $dupe_id
-
ID of the comment identified as a duplicate.
- $commentdata
-
Data for the comment being created.
Source Source
File: wp-includes/comment.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |