• Hello, thank you for this great plugin!

    When an email is sent and WP_DEBUG is on, this error appears on the page:

    PHP Deprecated: Required parameter $options follows optional parameter $prevName in \wp-content\plugins\email-tracker\vendor\soundasleep\html2text\src\Html2Text.php on line 231

    It can be solved very simply by replacing $options with $options = array() in that file at line 231.

    Can you apply this fix for the next update?

The topic ‘PHP error when email is sent with WP_DEBUG’ is closed to new replies.