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/smart-sl...
File: plugin.php
<?php
[0] Fix | Delete
[1] Fix | Delete
use Nextend\SmartSlider3\Platform\SmartSlider3Platform;
[2] Fix | Delete
use Nextend\SmartSlider3\SmartSlider3Info;
[3] Fix | Delete
[4] Fix | Delete
add_action('plugins_loaded', 'smart_slider_3_plugins_loaded', 30);
[5] Fix | Delete
[6] Fix | Delete
function smart_slider_3_plugins_loaded() {
[7] Fix | Delete
[8] Fix | Delete
define('NEXTEND_SMARTSLIDER_3', dirname(__FILE__) . DIRECTORY_SEPARATOR);
[9] Fix | Delete
define('NEXTEND_SMARTSLIDER_3_BASENAME', NEXTEND_SMARTSLIDER_3_FREE_BASENAME);
[10] Fix | Delete
define('NEXTEND_SMARTSLIDER_3_SLUG', NEXTEND_SMARTSLIDER_3_FREE_SLUG);
[11] Fix | Delete
[12] Fix | Delete
require_once dirname(__FILE__) . '/Defines.php';
[13] Fix | Delete
require_once(SMARTSLIDER3_LIBRARY_PATH . '/Autoloader.php');
[14] Fix | Delete
[15] Fix | Delete
SmartSlider3Platform::getInstance();
[16] Fix | Delete
[17] Fix | Delete
add_filter("plugin_action_links_" . NEXTEND_SMARTSLIDER_3_BASENAME, 'N2_SMARTSLIDER_3_UPGRADE_TO_PRO');
[18] Fix | Delete
function N2_SMARTSLIDER_3_UPGRADE_TO_PRO($links) {
[19] Fix | Delete
[20] Fix | Delete
if (function_exists('is_plugin_active') && !is_plugin_active('nextend-smart-slider3-pro/nextend-smart-slider3-pro.php')) {
[21] Fix | Delete
if (!is_array($links)) {
[22] Fix | Delete
$links = array();
[23] Fix | Delete
}
[24] Fix | Delete
$params = array(
[25] Fix | Delete
'utm_source' => 'plugin-list',
[26] Fix | Delete
'utm_medium' => 'smartslider-wordpress-free',
[27] Fix | Delete
'utm_campaign' => 'smartslider3'
[28] Fix | Delete
);
[29] Fix | Delete
$links[] = '<a href="' . SmartSlider3Info::getProUrlPricing($params) . '" style="color:#04C018;font-weight:bold;" target="_blank">' . "Go Pro" . '</a>';
[30] Fix | Delete
}
[31] Fix | Delete
[32] Fix | Delete
return $links;
[33] Fix | Delete
}
[34] Fix | Delete
}
[35] Fix | Delete
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function