The preprocess_comment
filter is never run when an empty comment is submitted.
The empty check happens before wp_new_comment()
is called and the preprocess_comment
filter is applied in wp_new_comment()
The preprocess_comment
filter is never run when an empty comment is submitted.
The empty check happens before wp_new_comment()
is called and the preprocess_comment
filter is applied in wp_new_comment()