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.../public_h.../wp-conte.../plugins/popup-bu...
File: popup-builder.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Plugin Name: Popup Builder
[2] Fix | Delete
* Plugin URI: https://popup-builder.com
[3] Fix | Delete
* Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
[4] Fix | Delete
* Version: 4.3.4
[5] Fix | Delete
* Author: Looking Forward Software Incorporated.
[6] Fix | Delete
* Author URI: https://popup-builder.com
[7] Fix | Delete
* License: GPLv2
[8] Fix | Delete
* Text Domain: popup-builder
[9] Fix | Delete
* Domain Path: /languages/
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
/*If this file is called directly, abort.*/
[13] Fix | Delete
if (!defined('WPINC')) {
[14] Fix | Delete
die;
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
if (class_exists('SgpbPopupConfig')) {
[18] Fix | Delete
wp_die('Please, deactivate the FREE version of Popup Builder plugin before upgrading to PRO.');
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
if (!defined('SGPB_POPUP_FILE_NAME')) {
[22] Fix | Delete
define('SGPB_POPUP_FILE_NAME', plugin_basename(__FILE__));
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
if (!defined('SGPB_POPUP_FOLDER_NAME')) {
[26] Fix | Delete
define('SGPB_POPUP_FOLDER_NAME', plugin_basename(dirname(__FILE__)));
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
require_once(plugin_dir_path(__FILE__).'com/boot.php');
[30] Fix | Delete
require_once(plugin_dir_path(__FILE__).'PopupBuilderInit.php');
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function