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/popup-ma.../includes
File: functions.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Functions
[2] Fix | Delete
*
[3] Fix | Delete
* @package PUM
[4] Fix | Delete
* @copyright Copyright (c) 2023, Code Atlantic LLC
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[8] Fix | Delete
exit; // Exit if accessed directly
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
/** General Functions */
[12] Fix | Delete
require_once 'functions/developers.php';
[13] Fix | Delete
require_once 'functions/extensions.php';
[14] Fix | Delete
require_once 'functions/general.php';
[15] Fix | Delete
require_once 'functions/newsletter.php';
[16] Fix | Delete
[17] Fix | Delete
/** Utility Functions */
[18] Fix | Delete
require_once 'functions/utils/cache.php';
[19] Fix | Delete
require_once 'functions/utils/filesystem.php';
[20] Fix | Delete
require_once 'functions/utils/format.php';
[21] Fix | Delete
require_once 'functions/utils/options.php';
[22] Fix | Delete
require_once 'functions/utils/template.php';
[23] Fix | Delete
require_once 'functions/utils/upgrades.php';
[24] Fix | Delete
[25] Fix | Delete
/** Admin Functions */
[26] Fix | Delete
require_once 'functions/admin/conditionals.php';
[27] Fix | Delete
require_once 'functions/admin/general.php';
[28] Fix | Delete
[29] Fix | Delete
/** Popup functions */
[30] Fix | Delete
require_once 'functions/popups/conditionals.php';
[31] Fix | Delete
require_once 'functions/popups/deprecated.php';
[32] Fix | Delete
require_once 'functions/popups/getters.php';
[33] Fix | Delete
require_once 'functions/popups/migrations.php';
[34] Fix | Delete
require_once 'functions/popups/queries.php';
[35] Fix | Delete
require_once 'functions/popups/template.php';
[36] Fix | Delete
[37] Fix | Delete
/** Popup Theme functions */
[38] Fix | Delete
require_once 'functions/themes/conditionals.php';
[39] Fix | Delete
require_once 'functions/themes/deprecated.php';
[40] Fix | Delete
require_once 'functions/themes/getters.php';
[41] Fix | Delete
require_once 'functions/themes/migrations.php';
[42] Fix | Delete
require_once 'functions/themes/portability.php';
[43] Fix | Delete
require_once 'functions/themes/queries.php';
[44] Fix | Delete
require_once 'functions/themes/template.php';
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function