[Plugin: Easy FancyBox] debug bar notice at line 351: Undefined index: id
-
Hi,
FYI whenever I turn on the WP Debug Bar plugin, I get this notice if there aren’t any fancyboxes on the page:
NOTICE: wp-content/plugins/easy-fancybox/easy-fancybox.php:351 – Undefined index: id
FYI it goes away by changing that line to use isset():
foreach ($value['options'] as $_value) if (isset($_value['id'])) register_setting( 'media', $_value['id'] ); break;
Cheers,
Aaron
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Easy FancyBox] debug bar notice at line 351: Undefined index: id’ is closed to new replies.