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/dashboar.../webp
File: meta-box-header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Local WebP meta box header.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 3.8.6
[4] Fix | Delete
* @package WP_Smush
[5] Fix | Delete
*
[6] Fix | Delete
* @var string $title Meta box title.
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[10] Fix | Delete
die;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
?>
[14] Fix | Delete
[15] Fix | Delete
<h3 class="sui-box-title"><?php echo esc_html( $title ); ?></h3>
[16] Fix | Delete
[17] Fix | Delete
<?php if ( ! WP_Smush::is_pro() ) : ?>
[18] Fix | Delete
<div class="sui-actions-left">
[19] Fix | Delete
<span class="sui-tag sui-tag-pro"><?php esc_html_e( 'Pro', 'wp-smushit' ); ?></span>
[20] Fix | Delete
</div>
[21] Fix | Delete
<?php endif; ?>
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function