pluginkollektiv / antispam-bee

„... another popular solution to fight spam is Antispam Bee“ – Matt Mullenweg, Q&A WordCamp Europe 2014
https://wordpress.org/plugins/antispam-bee/
GNU General Public License v2.0
164 stars 27 forks source link

Wrong function used #552

Closed Zodiac1978 closed 10 months ago

Zodiac1978 commented 11 months ago

We use add_action for adding our handle_incoming_request to preprocess_comment, but this is a filter and not an action.

See: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L333-L340