Replies: 1
Hey there. Small issue I thought I should let you know about.
Redux updated recently, and since it’s loading pluggable.php
early – it broke plugins trying to declare wp_mail()
. The interim fix is to edit a file located here:
/wp-includes/plugins/redux-core/inc/classes/class-redux-functions-ex.php
and comment out line 587.
We applied this fix to both our Live and Staging sites (after confirming it doesn’t cause issues). Since WordFence is famous for detecting file changes and such, we decided to run scans on both to avoid the e-mail down the line, and add them to “until file changes” exceptions.
For some reason, both scans came back clean. WordFence did not detect this change.
My Redux is bundled with the theme, I think. It’s certainly enforced by the theme and the website plain doesn’t work without it, so I assume that’s the case. It is also available on wordpress.org however.
Just thought you might want to know about this.