Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/sitepres.../template.../xml-conf.../log
File: iterable.twig
{% if item is iterable %}
[0] Fix | Delete
<ol>
[1] Fix | Delete
{% for key, value in item %}
[2] Fix | Delete
<li>{{ key }}: {% include 'iterable.twig' with {'item': value, 'child': true} %}</li>
[3] Fix | Delete
{% endfor %}
[4] Fix | Delete
</ol>
[5] Fix | Delete
{% elseif child %}
[6] Fix | Delete
<span class="child">{{ item }}</span>
[7] Fix | Delete
{% else %}
[8] Fix | Delete
{{ item }}
[9] Fix | Delete
{% endif %}
[10] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function