Undefined array key “meta” in class-es-queue.php on line 734
-
Hello,
After the latest update, CRON keeps sending me this warning:
PHP Warning: Undefined array key "meta" in /httpdocs/wp-content/plugins/email-subscribers/lite/includes/classes/class-es-queue.php on line 734
Content of the line 734:
$notification_meta = maybe_unserialize( $notification['meta'] );
Possible solution:
$notification_meta = ! empty( $notification['meta'] ) ? maybe_unserialize( $notification['meta'] ) : array();
This should now work without creating a warning.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.