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 734Content 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 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Undefined array key “meta” in class-es-queue.php on line 734’ is closed to new replies.