Closed Zodiac1978 closed 10 months ago
We use add_action for adding our handle_incoming_request to preprocess_comment, but this is a filter and not an action.
add_action
handle_incoming_request
preprocess_comment
See: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L333-L340
We use
add_action
for adding ourhandle_incoming_request
topreprocess_comment
, but this is a filter and not an action.See: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L333-L340