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-notice-row.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Render a line in the notice meta box on the Advanced Ads overview page
[2] Fix | Delete
*
[3] Fix | Delete
* @var string $_notice_key index of the notice.
[4] Fix | Delete
* @var bool $is_hidden true if the notice is currently hidden
[5] Fix | Delete
* @var bool $can_hide true if the notice can be hidden
[6] Fix | Delete
* @var bool $hide true if the notice is hidden
[7] Fix | Delete
* @var string $date date string
[8] Fix | Delete
*/
[9] Fix | Delete
?>
[10] Fix | Delete
<li class="advads-notice-inline" data-notice="<?php echo esc_attr( $_notice_key ); ?>" <?php echo $is_hidden ? 'style="display: none;"' : ''; ?>>
[11] Fix | Delete
<span>
[12] Fix | Delete
<?php
[13] Fix | Delete
// phpcs:ignore
[14] Fix | Delete
echo $text;
[15] Fix | Delete
?>
[16] Fix | Delete
</span>
[17] Fix | Delete
<?php if ( $can_hide ) : ?>
[18] Fix | Delete
<button type="button" class="advads-ad-health-notice-hide<?php echo ! $hide ? ' remove' : ''; ?>"><span class="dashicons dashicons-no-alt"></span></button>
[19] Fix | Delete
<?php endif; ?>
[20] Fix | Delete
<?php if ( $date ) : ?>
[21] Fix | Delete
<span class="date"><?php echo esc_attr( $date ); ?></span>
[22] Fix | Delete
<?php endif; ?>
[23] Fix | Delete
</li>
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function