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
File: eventsView.php
<?php
[0] Fix | Delete
namespace sgpb;
[1] Fix | Delete
/* Exit if accessed directly */
[2] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[3] Fix | Delete
exit;
[4] Fix | Delete
}
[5] Fix | Delete
$eventsData = $popupTypeObj->getOptionValue('sgpb-events');
[6] Fix | Delete
$popupTargetData = ConditionBuilder::createEventsConditionBuilder($eventsData);
[7] Fix | Delete
$allowed_html = AdminHelper::allowed_html_tags();
[8] Fix | Delete
?>
[9] Fix | Delete
[10] Fix | Delete
<div class="popup-conditions-wrapper popup-special-conditions-wrapper popup-conditions-events sgpb-wrapper" data-condition-type="events">
[11] Fix | Delete
<?php
[12] Fix | Delete
$creator = new ConditionCreator($popupTargetData);
[13] Fix | Delete
echo wp_kses($creator->render(), $allowed_html);
[14] Fix | Delete
?>
[15] Fix | Delete
</div>
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function