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/options
File: facebook.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
use sgpb\AdminHelper;
[5] Fix | Delete
$defaultData = SGPBConfigDataHelper::defaultData();
[6] Fix | Delete
$allowed_html = AdminHelper::allowed_html_tags();
[7] Fix | Delete
[8] Fix | Delete
?>
[9] Fix | Delete
<div class="sgpb sgpb-wrapper video-popup-options sgpb-fblike-options">
[10] Fix | Delete
<div class="formItem">
[11] Fix | Delete
<span class="formItem__title formItem__title_marginBottom "><?php esc_html_e("URL", 'popup-builder') ?>:</span>
[12] Fix | Delete
<input name="sgpb-fblike-like-url" id="sgpb-fblike-like-url" type="url" placeholder="http://" class="grayFormItem__input" value="<?php echo esc_html($popupTypeObj->getOptionValue('sgpb-fblike-like-url'))?>" required>
[13] Fix | Delete
</div>
[14] Fix | Delete
<div class="formItem">
[15] Fix | Delete
<span class="formItem__title"><?php esc_html_e('Layout', 'popup-builder')?>:</span>
[16] Fix | Delete
<?php echo wp_kses(AdminHelper::createSelectBox($defaultData['buttonsType'], esc_html($popupTypeObj->getOptionValue('sgpb-fblike-layout')), array('name' => 'sgpb-fblike-layout', 'class'=>'js-sg-select2', 'id'=>'sgpb-fblike-layout')), $allowed_html); ?>
[17] Fix | Delete
</div>
[18] Fix | Delete
<div class="formItem">
[19] Fix | Delete
<span class="formItem__title"><?php esc_html_e('Don\'t show share button', 'popup-builder');?>:</span>
[20] Fix | Delete
<div class="sgpb-onOffSwitch">
[21] Fix | Delete
<input class="sgpb-onOffSwitch-checkbox" name="sgpb-fblike-dont-show-share-button" id="fblike-dont-show-share-button" type="checkbox" <?php echo esc_html($popupTypeObj->getOptionValue('sgpb-fblike-dont-show-share-button'));?>>
[22] Fix | Delete
<label class="sgpb-onOffSwitch__label" for="fblike-dont-show-share-button">
[23] Fix | Delete
<span class="sgpb-onOffSwitch-inner"></span>
[24] Fix | Delete
<span class="sgpb-onOffSwitch-switch"></span>
[25] Fix | Delete
</label>
[26] Fix | Delete
</div>
[27] Fix | Delete
</div>
[28] Fix | Delete
</div>
[29] Fix | Delete
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function