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
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Template...
File: fields-product.html
<script id="tmpl-nf-field-product" type="text/template">
[0] Fix | Delete
<div class="nf-product-field {{{ data.renderClasses() }}}">
[1] Fix | Delete
{{{ data.renderProduct() }}}
[2] Fix | Delete
</div>
[3] Fix | Delete
</script>
[4] Fix | Delete
[5] Fix | Delete
<script id="tmpl-nf-product-single" type="text/template">
[6] Fix | Delete
<span class="nf-product-price-label">{{{ nfi18n.fieldsProductsPrice }}}</span>
[7] Fix | Delete
<span class="nf-product-price">{{{ data.renderCurrencyFormatting( data.product_price ) }}}</span>
[8] Fix | Delete
{{{ data.renderProductQuantity() }}}
[9] Fix | Delete
</script>
[10] Fix | Delete
[11] Fix | Delete
<script id="tmpl-nf-product-dropdown" type="text/template">
[12] Fix | Delete
<span for="nf-field-{{{ data.id }}}">
[13] Fix | Delete
<select id="nf-field-{{{ data.id }}}" name="nf-field-{{{ data.id }}}" class="{{{ data.renderClasses() }}} nf-element">
[14] Fix | Delete
{{{ data.renderOptions() }}}
[15] Fix | Delete
{{{ data.renderProductQuantity() }}}
[16] Fix | Delete
</select>
[17] Fix | Delete
</span>
[18] Fix | Delete
</script>
[19] Fix | Delete
[20] Fix | Delete
<script id="tmpl-nf-product-dropdown-option" type="text/template">
[21] Fix | Delete
<option value="{{{ data.value }}}" {{{ ( 1 == data.selected ) ? 'selected="selected"' : '' }}}{{{ data.label }}}</option>
[22] Fix | Delete
</script>
[23] Fix | Delete
[24] Fix | Delete
<script id="tmpl-nf-product-quantity" type="text/template">
[25] Fix | Delete
<span class="nf-product-quantity-label">{{{ nfi18n.fieldsProductsQuantity }}}</span>
[26] Fix | Delete
<span class="nf-product-quantity"><input id="nf-field-qty-{{{ data.id }}}" name="nf-field-qty-{{{ data.id }}}" class="nf-field-qty nf-element" type="number" min="0" size="10" value="{{{ data.value }}}"></span></span>
[27] Fix | Delete
</script>
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function