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: mainActionButtons.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
?>
[6] Fix | Delete
<div class="sgpb sgpb-header">
[7] Fix | Delete
<h1 class="sgpb-header-h1 sgpb-margin-bottom-30"><?php esc_html_e( 'Popups', 'popup-builder' ) ?></h1>
[8] Fix | Delete
<div class="sgpb-margin-bottom-50 sgpb-display-flex sgpb-justify-content-between">
[9] Fix | Delete
<div>
[10] Fix | Delete
<a class="page-title-action sgpb-display-inline-block sgpb-btn sgpb-btn--rounded sgpb-btn-blue--outline sgpb-padding-x-30" href="<?php echo esc_url(AdminHelper::getPopupTypesPageURL()); ?>">
[11] Fix | Delete
<?php esc_html_e( 'Add New', 'popup-builder' ); ?>
[12] Fix | Delete
</a>
[13] Fix | Delete
<a class="page-title-action sgpb-display-inline-block sgpb-btn sgpb-btn--rounded sgpb-btn-blue--outline sgpb-padding-x-30" href="<?php echo esc_url(AdminHelper::getPopupExportURL()); ?>">
[14] Fix | Delete
<?php esc_html_e( 'Export', 'popup-builder' ); ?>
[15] Fix | Delete
</a>
[16] Fix | Delete
<a class="page-title-action sgpb-display-inline-block sgpb-btn sgpb-btn--rounded sgpb-btn-blue--outline sgpb-padding-x-30"
[17] Fix | Delete
id="sgpbImportSettings"
[18] Fix | Delete
href="javascript:void(0)">
[19] Fix | Delete
<?php esc_html_e( 'Import', 'popup-builder' ); ?>
[20] Fix | Delete
</a>
[21] Fix | Delete
</div>
[22] Fix | Delete
<div style="text-align: right" id="sgpbPostSearch">
[23] Fix | Delete
<div class="sgpb--group">
[24] Fix | Delete
<input type="text" id="sgpbSearchInPosts" placeholder="Search Popup" class="sgpb-input">
[25] Fix | Delete
<input type="submit" value="GO!" id="sgpbSearchInPostsSubmit" class="sgpb-btn sgpb-btn-blue">
[26] Fix | Delete
</div>
[27] Fix | Delete
</div>
[28] Fix | Delete
</div>
[29] Fix | Delete
</div>
[30] Fix | Delete
<style>
[31] Fix | Delete
#wpbody-content > div.wrap > h1,
[32] Fix | Delete
.notice,
[33] Fix | Delete
#wpbody-content > div.wrap > a {
[34] Fix | Delete
display: none !important;
[35] Fix | Delete
}
[36] Fix | Delete
.notice_sgpb
[37] Fix | Delete
{
[38] Fix | Delete
display: block !important;
[39] Fix | Delete
}
[40] Fix | Delete
</style>
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function