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.../language...
File: inactive-content.twig
<div class="wpml-section-content-inner">
[0] Fix | Delete
<h4>{{ strings.title }}</h4>
[1] Fix | Delete
<table class="widefat inactive-content-table">
[2] Fix | Delete
<thead>
[3] Fix | Delete
<tr>
[4] Fix | Delete
<th>{{ strings.language }}</th>
[5] Fix | Delete
{% for type in content.get_content_types %}
[6] Fix | Delete
{% for slug in type %}
[7] Fix | Delete
<th>{{ slug }}</th>
[8] Fix | Delete
{% endfor %}
[9] Fix | Delete
{% endfor %}
[10] Fix | Delete
</tr>
[11] Fix | Delete
</thead>
[12] Fix | Delete
<tbody>
[13] Fix | Delete
{% for language, counts in content.get_language_counts_rows %}
[14] Fix | Delete
<tr>
[15] Fix | Delete
<th>{{ language }}</th>
[16] Fix | Delete
{% for count in counts %}
[17] Fix | Delete
<td>{{ count }}</td>
[18] Fix | Delete
{% endfor %}
[19] Fix | Delete
</tr>
[20] Fix | Delete
{% endfor %}
[21] Fix | Delete
</tbody>
[22] Fix | Delete
<tfoot>
[23] Fix | Delete
<tr>
[24] Fix | Delete
<th>{{ strings.total }}</th>
[25] Fix | Delete
{% for count in content.get_total_counts %}
[26] Fix | Delete
<td>{{ count }}</td>
[27] Fix | Delete
{% endfor %}
[28] Fix | Delete
</tr>
[29] Fix | Delete
</tfoot>
[30] Fix | Delete
</table>
[31] Fix | Delete
</div>
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function