筛选器挂钩:筛选重复的注释错误消息。
apply_filters( ‘comment_duplicate_message’, string $comment_duplicate_message )
参数(Parameters)
| 参数 | 类型 | 说明 |
|---|---|---|
| $comment_duplicate_message | (string) | 重复的注释错误消息。 |
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 5.2.0 | wp-includes/comment.php:710 | 1 | 0 |
筛选器挂钩:筛选重复的注释错误消息。
apply_filters( ‘comment_duplicate_message’, string $comment_duplicate_message )
| 参数 | 类型 | 说明 |
|---|---|---|
| $comment_duplicate_message | (string) | 重复的注释错误消息。 |
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 5.2.0 | wp-includes/comment.php:710 | 1 | 0 |
之前