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/advanced.../admin/views
File: overview-addons-line.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Render a row with add-on information on the Advanced Ads overview page
[2] Fix | Delete
*
[3] Fix | Delete
* @var array $_addon add-on information.
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<tr<?php echo isset( $_addon['class'] ) ? ' class="' . esc_attr( $_addon['class'] ) . '"' : ''; ?>><th>
[7] Fix | Delete
<?php
[8] Fix | Delete
// phpcs:ignore
[9] Fix | Delete
echo $_addon['title'];
[10] Fix | Delete
?>
[11] Fix | Delete
</th>
[12] Fix | Delete
<td>
[13] Fix | Delete
<?php
[14] Fix | Delete
// phpcs:ignore
[15] Fix | Delete
echo $_addon['desc'];
[16] Fix | Delete
?>
[17] Fix | Delete
</td>
[18] Fix | Delete
<td><?php if ( isset( $_addon['link'] ) && $_addon['link'] ) : ?>
[19] Fix | Delete
<a class="button <?php echo ( isset( $_addon['link_primary'] ) ) ? 'button-primary' : 'button-secondary'; ?>" href="<?php echo esc_url( $_addon['link'] ); ?>" target="_blank">
[20] Fix | Delete
<?php
[21] Fix | Delete
echo esc_html( $link_title );
[22] Fix | Delete
?>
[23] Fix | Delete
</a>
[24] Fix | Delete
<?php
[25] Fix | Delete
endif;
[26] Fix | Delete
?>
[27] Fix | Delete
</td>
[28] Fix | Delete
</tr>
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function