Undefined variable: mailerlite_error
-
I’m getting the debug log filled with these:
PHP Notice: Undefined variable: mailerlite_error in plugins\official-mailerlite-sign-up-forms\include\templates\admin\header.php on line 3Line 3 reads:
<?php if ( $mailerlite_error ): ?>Tweaked it to this and seems to work:
<?php if ( isset($mailerlite_error) && $mailerlite_error ): ?>Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Undefined variable: mailerlite_error’ is closed to new replies.