redearmedia
Forum Replies Created
-
Our solution was to comment out the line:
$attendee['holder_name'] = $attendee['purchaser_name'];in the
get_attendees()method of theTickets_Order_Helper.phpfile. Thatpurchaser_namefield was almost always blank and seems unrelated, so allowing$attendee['holder_name']to remain at its default ensured that our Attendee Names were making it properly to the email templates.Forum: Plugins
In reply to: [Contact Form 7] Recaptcha update breaks dozens of sites I manageBy the way, another commenter pointed out that previous versions of this can be found on the plugin page: https://ww.wp.xz.cn/plugins/contact-form-7/advanced/
So if you need to roll back to 5.0.5 you can find it there (for now, at least).
Forum: Plugins
In reply to: [Contact Form 7] Easy rollback for captcha v3 blueshttps://ww.wp.xz.cn/plugins/contact-form-7/advanced/
Another commenter here pointed out that the plugin page also has a link at the bottom of the page where you can download previous versions. So you can simply replace 5.1 with 5.0.5 instead of using another plugin!
Forum: Plugins
In reply to: [Contact Form 7] Looking for previous version?Thanks!!
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha v3 Circumvention@peterupfold Good workaround, though I am loathe to alter the base code of any plugins. I hope dev patches this shortly as we’re experiencing a great deal of additional spam since upgrading to v3 keys across all sites this morning.