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/popup-bu.../public/views/main
File: image.php
<?php
[0] Fix | Delete
/* Exit if accessed directly */
[1] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[2] Fix | Delete
exit;
[3] Fix | Delete
}
[4] Fix | Delete
?>
[5] Fix | Delete
<div class="sgpb sgpb-wrapper sgpb-media-upload sgpb-display-flex sgpb-align-item-center sgpb-padding-20">
[6] Fix | Delete
<div class="formItem sgpb-display-inline-flex sgpb-flex-direction-column sgpb-margin-right-50">
[7] Fix | Delete
<span class="formItem__title sgpb-margin-0"><?php esc_html_e('Please choose your picture');?>:</span>
[8] Fix | Delete
<input class="formItem__input formItem__input_sgpb-popup-overlay"
[9] Fix | Delete
id="js-upload-image"
[10] Fix | Delete
type="text" size="36" name="sgpb-image-url"
[11] Fix | Delete
value="<?php echo esc_attr($popupTypeObj->getOptionValue('sgpb-image-url')); ?>" readonly required>
[12] Fix | Delete
</div>
[13] Fix | Delete
<div class="formItem formItem_last">
[14] Fix | Delete
<div id="js-upload-image-button" class="sgpb-icons icons_blue">K</div>
[15] Fix | Delete
<div class="sgpb-show-image-container"></div>
[16] Fix | Delete
</div>
[17] Fix | Delete
</div>
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function