• Resolved aaronsnow

    (@aaronsnow)


    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

    https://www.ads-software.com/extend/plugins/easy-fancybox/

Viewing 1 replies (of 1 total)
  • Hi Aaron, it has been reported before and should be fixed in the current development release. If you like, you can give that a try and see if you find any other notices left… Thanks ??

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.