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/wp-smush.../app/views/bulk
File: meta-box-header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Bulk Smush meta box header.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WP_Smush
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $title Title.
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[9] Fix | Delete
die;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
$start_bulk_webp_conversion = ! empty( $_GET['smush-action'] ) && 'start-bulk-webp-conversion' === wp_unslash( $_GET['smush-action'] );
[13] Fix | Delete
[14] Fix | Delete
?>
[15] Fix | Delete
[16] Fix | Delete
<h3 class="sui-box-title">
[17] Fix | Delete
<?php echo esc_html( $title ); ?>
[18] Fix | Delete
<?php
[19] Fix | Delete
if ( $start_bulk_webp_conversion && $this->settings->is_webp_module_active() ) {
[20] Fix | Delete
echo ' - ';
[21] Fix | Delete
esc_html_e( 'WebP Conversion', 'wp-smushit' );
[22] Fix | Delete
}
[23] Fix | Delete
?>
[24] Fix | Delete
</h3>
[25] Fix | Delete
[26] Fix | Delete
<div class="sui-actions-right">
[27] Fix | Delete
<small>
[28] Fix | Delete
<?php
[29] Fix | Delete
printf(
[30] Fix | Delete
/* translators: %1$s - a href opening tag, %2$s - a href closing tag */
[31] Fix | Delete
esc_html__( 'Smush individual images via your %1$sMedia Library%2$s', 'wp-smushit' ),
[32] Fix | Delete
'<a href="' . esc_url( admin_url( 'upload.php' ) ) . '" title="' . esc_html__( 'Media Library', 'wp-smushit' ) . '">',
[33] Fix | Delete
'</a>'
[34] Fix | Delete
);
[35] Fix | Delete
?>
[36] Fix | Delete
</small>
[37] Fix | Delete
</div>
[38] Fix | Delete
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function