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.../widgets
File: help-tooltip.twig
{% if help is iterable and help['link'] is defined %}
[0] Fix | Delete
[1] Fix | Delete
{% set tooltip = help.text ~ '<br/>' %}
[2] Fix | Delete
{% set anchor = '<a href="' ~ help.link.url ~ '" class="wpml-external-link" target="_blank" rel="noopener">' ~ help.link.text ~ '</a>' %}
[3] Fix | Delete
{% if help.link['pattern'] is defined %}
[4] Fix | Delete
{% set tooltip = tooltip ~ help.link.pattern|format(anchor) %}
[5] Fix | Delete
{% else %}
[6] Fix | Delete
{% set tooltip = tooltip ~ anchor %}
[7] Fix | Delete
{% endif %}
[8] Fix | Delete
[9] Fix | Delete
{% else %}
[10] Fix | Delete
{% set tooltip = help %}
[11] Fix | Delete
{% endif %}
[12] Fix | Delete
[13] Fix | Delete
<i class="otgs-ico-help js-otgs-popover-tooltip" data-tippy-zIndex="999999" title="{{ tooltip }}" ></i>
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function