Support

Account

Home Forums General Issues ACF 5.1.3 Notice: Undefined index: data-width Reply To: ACF 5.1.3 Notice: Undefined index: data-width

  • Hi Guys

    Looks like a syntax error on my behalf.

    Line 457 should be changed from:
    $wrapper['data-width'] .= $width;

    to

    $wrapper['data-width'] = $width;

    Thanks
    E