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/ad
File: status-icon.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Render the tooltip for ad status on the group overview page.
[2] Fix | Delete
*
[3] Fix | Delete
* @var string[] $status_strings
[4] Fix | Delete
* @var string $status_type
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<span class="advads-help advads-help-no-icon advads-ad-status-icon advads-ad-status-icon-<?php echo esc_attr( $status_type ); ?>">
[8] Fix | Delete
<?php if ( $status_strings ) : ?>
[9] Fix | Delete
<span class="advads-tooltip">
[10] Fix | Delete
<?php
[11] Fix | Delete
echo wp_kses( implode( '<br/>', $status_strings ), [ 'br' => [] ] );
[12] Fix | Delete
?>
[13] Fix | Delete
</span>
[14] Fix | Delete
<?php endif; ?>
[15] Fix | Delete
</span>
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function