We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: Undefined index: options in wp-content/plugins/epoch/classes/core.php on line 190
😉
The text was updated successfully, but these errors were encountered:
Still there...
Sorry, something went wrong.
I'm seeing this too. PHP 7.
189 $options = options::get(); 190 if( 'iframe' != $options['options'][ 'theme' ] ) { 191 return $template; 192 }
Here's the result of a dump of the $options variable:
$options
array (size=0)
I haven't confirmed that is a problem in 2.0 but leaving it open just in case.
@Vernal Let me check.
No branches or pull requests
Notice: Undefined index: options in wp-content/plugins/epoch/classes/core.php on line 190
😉
The text was updated successfully, but these errors were encountered: