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/wp-conte.../plugins/wp-super.../partials
File: rejected_user_agents.php
<div class="wpsc-card">
[0] Fix | Delete
<?php
[1] Fix | Delete
echo '<a name="useragents"></a><fieldset class="options"><h4>' . __( 'Rejected User Agents', 'wp-super-cache' ) . '</h4>';
[2] Fix | Delete
echo "<p>" . __( 'Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists.', 'wp-super-cache' ) . "</p>\n";
[3] Fix | Delete
echo '<form name="wp_edit_rejected_user_agent" action="' . esc_url_raw( add_query_arg( 'tab', 'settings', $admin_url ) . '#useragents' ) . '" method="post">';
[4] Fix | Delete
echo '<textarea name="wp_rejected_user_agent" cols="40" rows="4" style="width: 50%; font-size: 12px;" class="code">';
[5] Fix | Delete
foreach( $cache_rejected_user_agent as $ua ) {
[6] Fix | Delete
echo esc_html( $ua ) . "\n";
[7] Fix | Delete
}
[8] Fix | Delete
echo '</textarea> ';
[9] Fix | Delete
echo '<div class="submit"><input class="button-primary" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save UA Strings', 'wp-super-cache' ) . '" /></div>';
[10] Fix | Delete
wp_nonce_field('wp-cache');
[11] Fix | Delete
echo '</form>';
[12] Fix | Delete
echo "</fieldset>\n";
[13] Fix | Delete
?>
[14] Fix | Delete
</div>
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function