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.../core/external/free-das...
File: module.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* WPMUDEV Notices - Notices module for WPMUDEV free plugins.
[2] Fix | Delete
*
[3] Fix | Delete
* Used by wordpress.org hosted plugins to show email optins, rating notice
[4] Fix | Delete
* and giveaway notices.
[5] Fix | Delete
*
[6] Fix | Delete
* @since 2.0
[7] Fix | Delete
* @author Incsub (Philipp Stracker, Joel James)
[8] Fix | Delete
* @package WPMUDEV\Notices
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if ( ! class_exists( 'WPMUDEV\Notices\Handler' ) ) {
[12] Fix | Delete
// Base file.
[13] Fix | Delete
if ( ! defined( 'WPMUDEV_NOTICES_FILE' ) ) {
[14] Fix | Delete
define( 'WPMUDEV_NOTICES_FILE', __FILE__ );
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
// Include main module.
[18] Fix | Delete
require_once 'classes/class-handler.php';
[19] Fix | Delete
// Include notices.
[20] Fix | Delete
require_once 'classes/notices/class-notice.php';
[21] Fix | Delete
require_once 'classes/notices/class-email.php';
[22] Fix | Delete
require_once 'classes/notices/class-rating.php';
[23] Fix | Delete
require_once 'classes/notices/class-giveaway.php';
[24] Fix | Delete
[25] Fix | Delete
// Initialize notices.
[26] Fix | Delete
WPMUDEV\Notices\Handler::instance();
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function