Support

Account

Home Forums Front-end Issues can no longer get ALT + Title for images Reply To: can no longer get ALT + Title for images

  • Here’s the error it kicks back:

    Warning: Trying to access array offset on value of type int in...

    If I remove:

    $alt = $image['alt'];
    $title = $image['title'];

    Then everything works… but I don’t get those tags written in of course.