Support » Plugin: Wistia WordPress Plugin » Notice: Undefined index:…

Viewing 1 replies (of 1 total)
  • I got this notice as well. Here’s an easy fix, someone else can verify:

    On line 572 of that php file, add the isset snippet where the condition begins:

    return '<script charset="ISO-8859-1" src="http' . (isset($_SERVER['https']) && $_SERVER['https'] == 'on' ? 's' : '') . '://fast.wistia.com/static/concat/' . implode($scripts, '%2C') . '.js"></script>';

    Please add fix to official update.

Viewing 1 replies (of 1 total)
  • The topic ‘Notice: Undefined index:…’ is closed to new replies.