Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/Features/CommentLength.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public function hook(Hook $hook): void
/**
* Filter the comment content before it is processed.
*
* @param array{comment_content?:string|null} $commentData The comment data. {@see https://developer.wordpress.org/reference/hooks/preprocess_comment/}.
* @param array{comment_content?:string|null} $commentData The comment data.
*
* @see https://developer.wordpress.org/reference/hooks/preprocess_comment/
*
* @return array{comment_content?:string|null} The filtered comment data.
*/
Expand Down
Loading