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

    (@lidplussdesign)

    seems i have found the issue,

    replase:
    foreach($metadata['sizes'] as $size => $size_data){

    by:
    foreach((array)$metadata['sizes'] as $size => $size_data){

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Grayscale] Invalid argument supplied for foreach()’ is closed to new replies.