GravityKit / gravity-forms-zero-spam

Enhance your Gravity Forms to include anti-spam measures without needing to use a CAPTCHA.
https://wordpress.org/plugins/gravity-forms-zero-spam/
GNU General Public License v2.0
4 stars 3 forks source link

Remove from logging page and support PHP 8.1 & `GFFormDisplay::get_submission_context()` #15

Closed richardW8k closed 1 year ago

richardW8k commented 1 year ago

This:

That last one appears to have been caused when the submission time logging was updated; the hooks were wrapped in has filter/action checks, so their before & after logging statements are only written if they have registered callbacks.