• Resolved geurtsm

    (@geurtsm)


    Hello,

    This plugin creates 1 php error for every card used on a page.

    The error is : Invalid argument supplied for foreach()

    The problem is caused by this line of code :

    foreach ($settings['social_icon_list'] as $index => $item) {

    Solution: You should check if $settings[‘social_icon_list’] really is an array. Because when it’s empty, it returns FALSE instead of an empty array.

    Kind regards.

    Marc Geurts
    Belgium

  • The topic ‘PHP Error: Invalid argument supplied for foreach()’ is closed to new replies.