Closed darylknight closed 4 years ago
I'm seeing this error locally, usually happens with plugins that don't support PHP 7.4:
{% set craftagram = craft.craftagram.getInstagramFeed() %} {% if craftagram|length %} {% for item in craftagram.data %} <img src={{item.media_url}} /> {% endfor %} {% endif %}
I'm seeing this error locally, usually happens with plugins that don't support PHP 7.4: