Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    Thanks. I’ll push through a quick update to fix this!

    Saw this too.

    on line 324 you can make it

    if(is_array($atts)){
    		foreach( $atts as $slug => $att )
    		{
    			if( in_array($att, $dont_detect) ) continue;
    			$content = str_replace($replace_front . $slug . $replace_back, $atts[$slug], $content);
    		}
    	}
    Plugin Author Hal Gatewood

    (@halgatewood)

    Version 1.5.1 does basically the same thing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Invalid argument supplied for foreach()’ is closed to new replies.