• truitt661

    (@truitt661)


    I am getting a warning every post on i creates and it shows at the top of each post.

    Warning: Invalid argument supplied for foreach() in /home/truitt66/public_html/shoppershops.net/wp-content/plugins/affiliate-easel-for-amazon/affiliate-easel.php on line 790

    Here is line 788-794

    function getSearchpage(){
    $easel_atts=get_option(‘widget_easelwidget’);
    foreach($easel_atts as $att){
    if(is_array($att) && array_key_exists(‘searchpage’, $att)){$searchpage=$att[‘searchpage’];} //may be multiple, last one is fine.
    }
    return $searchpage;
    }

    Can someone please help me fixed this. Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter truitt661

    (@truitt661)

    and /home/truitt66/public_html/shoppershops.net/wp-content/themes/magazine-basic/sidebar-second.php on line 10

Viewing 1 replies (of 1 total)
  • The topic ‘How to fixed this warning’ is closed to new replies.