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.../wizard
File: wizard.twig
<div class="wpml-wizard js-wpml-wizard" data-nonce="{{ nonce }}" style="display:none;">
[0] Fix | Delete
<ul class="wizard-steps-container js-wizard-steps-container">
[1] Fix | Delete
{% set before_current_step_class = 'wizard-active-step' %}
[2] Fix | Delete
{% for step in steps %}
[3] Fix | Delete
{% if step.slug == current_step_slug %}
[4] Fix | Delete
<li class="wizard-current-step wizard-step js-wizard-step" data-step-slug="{{ step.slug }}">{{ step.title }}</li>
[5] Fix | Delete
{% set before_current_step_class = '' %}
[6] Fix | Delete
{% else %}
[7] Fix | Delete
<li class="wizard-step {{ before_current_step_class }} js-wizard-step" data-step-slug="{{ step.slug }}">{{ step.title }}</li>
[8] Fix | Delete
{% endif %}
[9] Fix | Delete
{% endfor %}
[10] Fix | Delete
</ul>
[11] Fix | Delete
[12] Fix | Delete
<div class="wizard-step-content js-wizard-step-content" data-current-step="{{ current_step_slug }}">
[13] Fix | Delete
[14] Fix | Delete
</div>
[15] Fix | Delete
[16] Fix | Delete
<button class="wizard-back js-wizard-back">{{ strings.back }}</button>
[17] Fix | Delete
<button class="wizard-next js-wizard-next">{{ strings.next }}</button>
[18] Fix | Delete
</div>
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function