• Resolved duceduc

    (@duceduc)


    I am receiving these notice error messages.

    Notice: Undefined variable: email_sent in /home/ws1/www/grav/sites/motors/wp-content/plugins/mailtrap-for-wp/includes/notices.php on line 1

    Notice: Undefined variable: email_sent in /home/ws1/www/grav/sites/motors/wp-content/plugins/mailtrap-for-wp/includes/notices.php on line 7

    Notice: Undefined variable: email_sent in /home/ws1/www/grav/sites/motors/wp-content/plugins/mailtrap-for-wp/mailtrap-for-wp.php on line 71

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter duceduc

    (@duceduc)

    I am not sure if this is the correct way to fix the notice message. I have changed the following in ‘plugins/mailtrap-for-wp/mailtrap-for-wp.php’, line 71

    from this:
    $email_sent == null;
    to this:
    $email_sent = '';

    Plugin Author Eduardo Marcolino

    (@eduardomarcolino)

    Yes, I just got it fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notice Error message’ is closed to new replies.