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: behaviorAfterSpecialEventsView.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
$data = $popupTypeObj->getOptionValue('sgpb-behavior-after-special-events');
[6] Fix | Delete
$builder = ConditionBuilder::createBehaviorAfterSpecialEventsConditionBuilder($data);
[7] Fix | Delete
?>
[8] Fix | Delete
[9] Fix | Delete
<div class="popup-conditions-wrapper popup-special-conditions-wrapper behavior-after-special-events-wrapper" data-condition-type="behavior-after-special-events">
[10] Fix | Delete
<?php
[11] Fix | Delete
$creator = new ConditionCreator($builder);
[12] Fix | Delete
echo wp_kses($creator->render(), AdminHelper::allowed_html_tags());
[13] Fix | Delete
?>
[14] Fix | Delete
</div>
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function