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/wp-conte.../plugins/poptin/views
File: poptin_admin_view.php
<?php
[0] Fix | Delete
// Prevent direct file access
[1] Fix | Delete
if (!defined('ABSPATH')) {
[2] Fix | Delete
exit;
[3] Fix | Delete
}
[4] Fix | Delete
[5] Fix | Delete
if (!current_user_can('manage_options')) {
[6] Fix | Delete
wp_die(__('You do not have sufficient permissions to access this page.'));
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
$poptinidcheck = get_option('poptin_id', (isset($myOption_def) ? $myOption_def : false));
[10] Fix | Delete
[11] Fix | Delete
$poptin_marketplace_token_check = get_option('poptin_marketplace_token', (isset($myOption_def) ? $myOption_def : false));
[12] Fix | Delete
$poptin_marketplace_email_id_check = get_option('poptin_marketplace_email_id', (isset($myOption_def) ? $myOption_def : false));
[13] Fix | Delete
$go_to_dashboard_url = "https://app.popt.in/";
[14] Fix | Delete
[15] Fix | Delete
/**
[16] Fix | Delete
* We need to pre-fill the email ID of the WP Admin site.
[17] Fix | Delete
* The same would be stored in an option as well, for confirmation purposes.
[18] Fix | Delete
* Everything looks settled here now.
[19] Fix | Delete
*/
[20] Fix | Delete
$admin_email = get_bloginfo('admin_email');
[21] Fix | Delete
[22] Fix | Delete
[23] Fix | Delete
if ($poptin_marketplace_token_check && $poptin_marketplace_email_id_check) {
[24] Fix | Delete
$go_to_dashboard_url = "admin.php?page=Poptin&poptin_logmein=true";
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
?>
[28] Fix | Delete
<script type="text/javascript">
[29] Fix | Delete
<?php if ($poptin_marketplace_token_check && $poptin_marketplace_email_id_check) { ?>
[30] Fix | Delete
var do_auto_login = false;
[31] Fix | Delete
<?php } else { ?>
[32] Fix | Delete
var do_auto_login = false;
[33] Fix | Delete
<?php } ?>
[34] Fix | Delete
</script>
[35] Fix | Delete
<!-- Main wrapper -->
[36] Fix | Delete
<div class="poptin-overlay"></div>
[37] Fix | Delete
[38] Fix | Delete
<div class="poptin">
[39] Fix | Delete
[40] Fix | Delete
<div class="wrap">
[41] Fix | Delete
[42] Fix | Delete
<h1></h1>
[43] Fix | Delete
<div class="poptinWrap d-flex">
[44] Fix | Delete
<div class="poptinContentBox">
[45] Fix | Delete
<div class="poptinLogo">
[46] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/poptinlogo.png' ?>" width="147px" />
[47] Fix | Delete
</div>
[48] Fix | Delete
[49] Fix | Delete
<div class="poptinLogged" style="<?php echo ($poptinidcheck ? 'display:block' : 'display:none') ?>">
[50] Fix | Delete
<div class="poptinView">
[51] Fix | Delete
<div class="title"><?php _e("Youโ€™re All Set ๐ŸŽ‰", 'ppbase'); ?></div>
[52] Fix | Delete
<h4 class="description">
[53] Fix | Delete
<?php _e(" Poptin is installed on your website ", 'ppbase'); ?>
[54] Fix | Delete
</h4>
[55] Fix | Delete
[56] Fix | Delete
<!-- <form id="" class="ppFormRegister ppForm" action="" target="" method="POST"> -->
[57] Fix | Delete
<a class="cbutton dashboard-link goto_dashboard_button_pp_updatable" href="<?php echo esc_url($go_to_dashboard_url) ?>" target="_blank">
[58] Fix | Delete
Go to your Dashboard <img src="<?php echo POPTIN_URL . '/assets/images/polygon.svg' ?>" alt="">
[59] Fix | Delete
</a>
[60] Fix | Delete
<div class="other-links d-flex justify-center">
[61] Fix | Delete
<span><?php _e("Click on the button to create and manage your poptins", "ppbase"); ?> </span>
[62] Fix | Delete
</div>
[63] Fix | Delete
[64] Fix | Delete
<div class="footer">
[65] Fix | Delete
<div class="important-note d-flex justify-start">
[66] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/important-note.png' ?>" width="24px" height="24px" />
[67] Fix | Delete
<p>
[68] Fix | Delete
<b>Note: </b> If you have a cache plugin, please delete cache so the code will be updated.
[69] Fix | Delete
If you use WP-Rocket, <a href="https://help.poptin.com/article/show/87331-how-to-exclude-poptin-s-snippet-from-wp-rocket" target="_blank"> follow this guide</a>.
[70] Fix | Delete
</p>
[71] Fix | Delete
</div>
[72] Fix | Delete
<div class="pplogout">
[73] Fix | Delete
<a href="#">
[74] Fix | Delete
Deactivate poptin >
[75] Fix | Delete
</a>
[76] Fix | Delete
</div>
[77] Fix | Delete
</div>
[78] Fix | Delete
<!-- </form> -->
[79] Fix | Delete
</div>
[80] Fix | Delete
</div>
[81] Fix | Delete
<div class="ppaccountmanager" style="<?php echo ($poptinidcheck ? 'display:none' : 'display:block') ?>">
[82] Fix | Delete
[83] Fix | Delete
<div class="poptinView popotinRegister">
[84] Fix | Delete
<div class="title"><?php _e("Sign Up for Free", 'ppbase'); ?></div>
[85] Fix | Delete
<h4 class="description"><?php _e("๐Ÿ‘‰ Create beautiful pop ups and forms", 'ppbase'); ?></h4>
[86] Fix | Delete
[87] Fix | Delete
<form id="registration_form" class="ppFormRegister ppForm" action="" target="" method="POST">
[88] Fix | Delete
<div class="tooltip-enable">
[89] Fix | Delete
<div class="tooltip d-flex align-center" id="oopsiewrongemailid" style="display: none;">
[90] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/squircle.png' ?>" width="24px" />
[91] Fix | Delete
Oopsie... Please enter a valid email address
[92] Fix | Delete
</div>
[93] Fix | Delete
<div class="input-controls">
[94] Fix | Delete
<input class="poptin_input" type="text" name="email" id="poptinRegisterEmail" autofocus name="email" value="">
[95] Fix | Delete
<label>Enter your email</label>
[96] Fix | Delete
</div>
[97] Fix | Delete
<!-- <input class="poptin_input" type="text" id="poptinRegisterEmail" name="email" placeholder="Enter your email" autofocus value="<?php ?>" placeholder="example@poptin.com" /> -->
[98] Fix | Delete
</div>
[99] Fix | Delete
[100] Fix | Delete
<input type="hidden" name="action" class="poptin_input" value="poptin_register" />
[101] Fix | Delete
<input type="hidden" name="register" class="poptin_input" value="true" />
[102] Fix | Delete
<input type="hidden" name="security" class="poptin_input" value="<?php echo wp_create_nonce("poptin-fe-register"); ?>" />
[103] Fix | Delete
<button class="ppSubmit pp_signup_btn poptin_signup_button">
[104] Fix | Delete
<span class="text-content">
[105] Fix | Delete
Sign Up <img src="<?php echo POPTIN_URL . '/assets/images/polygon.svg' ?>" alt="">
[106] Fix | Delete
</span>
[107] Fix | Delete
[108] Fix | Delete
<span class="loader" style="display: none;">
[109] Fix | Delete
<div class="lds-ellipsis">
[110] Fix | Delete
<div></div>
[111] Fix | Delete
<div></div>
[112] Fix | Delete
<div></div>
[113] Fix | Delete
<div></div>
[114] Fix | Delete
</div>
[115] Fix | Delete
</span>
[116] Fix | Delete
</button>
[117] Fix | Delete
<div class="other-links">
[118] Fix | Delete
<a href="#" class="ppLogin"><?php _e("Already have an account?", "ppbase"); ?> </a>
[119] Fix | Delete
</div>
[120] Fix | Delete
</form>
[121] Fix | Delete
</div>
[122] Fix | Delete
<div class="poptinView popotinLogin" style="display: none;">
[123] Fix | Delete
<div class="title"><?php _e("You Look Familiar", 'ppbase'); ?></div>
[124] Fix | Delete
[125] Fix | Delete
<form id="map_poptin_id_form" class="ppFormLogin ppForm">
[126] Fix | Delete
<div class="user-id d-flex justify-end">
[127] Fix | Delete
<a href="#" data-toggle="modal" data-target="#whereIsMyId" data-keyboard="true" class="wheremyid"><?php _e("Where is my user ID?", 'ppbase'); ?></a>
[128] Fix | Delete
</div>
[129] Fix | Delete
<div class="tooltip-enable">
[130] Fix | Delete
<div class="tooltip d-flex align-center" id="oopsiewrongid" style="display: none;">
[131] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/squircicle-error.svg' ?>" width="24px" />
[132] Fix | Delete
<div>
[133] Fix | Delete
Oopsie... Wrong user ID. <a href="#" data-toggle="modal" data-target="#whereIsMyId" class="wheremyid"><?php _e("Where is my user ID?", 'ppbase'); ?></a>
[134] Fix | Delete
</div>
[135] Fix | Delete
[136] Fix | Delete
</div>
[137] Fix | Delete
<div class="input-controls">
[138] Fix | Delete
<input type="text" class="poptin_input" autofocus id="poptinUserId">
[139] Fix | Delete
<label>Enter your User ID</label>
[140] Fix | Delete
</div>
[141] Fix | Delete
</div>
[142] Fix | Delete
<button class="ppSubmit poptin_submit_button">
[143] Fix | Delete
<span class="text-content">
[144] Fix | Delete
Connect <img src="<?php echo POPTIN_URL . '/assets/images/polygon.svg' ?>" alt="">
[145] Fix | Delete
</span>
[146] Fix | Delete
<span class="loader" style="display: none;">
[147] Fix | Delete
<div class="lds-ellipsis">
[148] Fix | Delete
<div></div>
[149] Fix | Delete
<div></div>
[150] Fix | Delete
<div></div>
[151] Fix | Delete
<div></div>
[152] Fix | Delete
</div>
[153] Fix | Delete
</span>
[154] Fix | Delete
</button>
[155] Fix | Delete
<input type="hidden" id="ppFormIdRegister" value="<?php echo wp_create_nonce("ppFormIdRegister") ?>">
[156] Fix | Delete
<div class="other-links">
[157] Fix | Delete
<a href="#" class="ppRegister"><?php _e("Or, create a new Poptin account", "ppbase"); ?> </a>
[158] Fix | Delete
</div>
[159] Fix | Delete
</form>
[160] Fix | Delete
</div>
[161] Fix | Delete
<div class="poptinContentFoot d-flex justify-space-between align-center poptinWalkthroughVideoTrigger">
[162] Fix | Delete
[163] Fix | Delete
<div class="play-button d-flex align-center justify-center">
[164] Fix | Delete
<!-- sg oidsioguoi dsg -->
[165] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/play-icon.svg' ?>" width="150px" />
[166] Fix | Delete
</div>
[167] Fix | Delete
<span>
[168] Fix | Delete
<?php _e("Weโ€™ve made a short video to explain you everything", "ppbase") ?>
[169] Fix | Delete
</span>
[170] Fix | Delete
</div>
[171] Fix | Delete
</div>
[172] Fix | Delete
</div>
[173] Fix | Delete
<div class="poptinFeaturesBox">
[174] Fix | Delete
<div class="poptinFeatures">
[175] Fix | Delete
<div class="poptinFeaturesTitle">
[176] Fix | Delete
<?php _e("Hereโ€™s What Poptin Can Do For You", "ppbase") ?>
[177] Fix | Delete
</div>
[178] Fix | Delete
<div>
[179] Fix | Delete
<div class="poptinFeaturesList d-flex justify-space-between">
[180] Fix | Delete
<ul>
[181] Fix | Delete
<li>
[182] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[183] Fix | Delete
<?php _e("Drag & Drop Editor", "ppbase") ?>
[184] Fix | Delete
</li>
[185] Fix | Delete
<li>
[186] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[187] Fix | Delete
<?php _e("50+ Integrations", "ppbase") ?>
[188] Fix | Delete
</li>
[189] Fix | Delete
<li>
[190] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[191] Fix | Delete
<?php _e("A/B Testing", "ppbase") ?>
[192] Fix | Delete
</li>
[193] Fix | Delete
<li>
[194] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[195] Fix | Delete
<?php _e("Autoresponders", "ppbase") ?>
[196] Fix | Delete
</li>
[197] Fix | Delete
<li>
[198] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[199] Fix | Delete
<?php _e("Behavioral triggers", "ppbase") ?>
[200] Fix | Delete
</li>
[201] Fix | Delete
</ul>
[202] Fix | Delete
<ul>
[203] Fix | Delete
<li>
[204] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[205] Fix | Delete
<?php _e("Beautiful Pop Up Templates", "ppbase") ?>
[206] Fix | Delete
</li>
[207] Fix | Delete
<li>
[208] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[209] Fix | Delete
<?php _e("Built-in Analytics", "ppbase") ?>
[210] Fix | Delete
</li>
[211] Fix | Delete
<li>
[212] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[213] Fix | Delete
<?php _e("Manage Accounts", "ppbase") ?>
[214] Fix | Delete
</li>
[215] Fix | Delete
<li>
[216] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[217] Fix | Delete
<?php _e("Exit-intent Technology", "ppbase") ?>
[218] Fix | Delete
</li>
[219] Fix | Delete
<li>
[220] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/list-icon.svg' ?>" />
[221] Fix | Delete
<?php _e("Targeting rules", "ppbase") ?>
[222] Fix | Delete
</li>
[223] Fix | Delete
</ul>
[224] Fix | Delete
</div>
[225] Fix | Delete
<div class="poptinTestimonials d-flex align-center flex-column">
[226] Fix | Delete
<div class="d-flex align-center justify-center">
[227] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Yuval-Haimov.png' ?>" alt="" width="52px">
[228] Fix | Delete
<div class="poptinNameCompany">
[229] Fix | Delete
<div class="name"><?php _e("Yuval Haimov", "ppbase") ?></div>
[230] Fix | Delete
<div class="position"><?php _e("CEO, ClickCease", "ppbase") ?></div>
[231] Fix | Delete
</div>
[232] Fix | Delete
</div>
[233] Fix | Delete
<div class="review">
[234] Fix | Delete
<?php _e("From the moment I signed up everything was easy to use. We started converting more leads instantly. They update poptin all the time and add more and more features.", "ppbase") ?>
[235] Fix | Delete
</div>
[236] Fix | Delete
<div class="bar"></div>
[237] Fix | Delete
</div>
[238] Fix | Delete
</div>
[239] Fix | Delete
</div>
[240] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/poptinWrapBg.png' ?>" alt="" srcset="">
[241] Fix | Delete
</div>
[242] Fix | Delete
</div>
[243] Fix | Delete
<div class="poptinWrap" id="customersWrap" style="<?php echo ($poptinidcheck ? 'display:none' : 'display:block') ?>">
[244] Fix | Delete
<div class="title d-flex align-center justify-center">
[245] Fix | Delete
<?php _e("Our customers", "ppbase") ?> <img src="<?php echo POPTIN_URL . '/assets/images/heart.svg' ?>" alt="" width="26px" height="21px" style="margin: 0px 6px"> <?php _e("Poptin", "ppbase") ?> </div>
[246] Fix | Delete
<div class="customersReview">
[247] Fix | Delete
<div class="poptinCustomer">
[248] Fix | Delete
<div class="d-flex align-center">
[249] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Deepak-Shukla.png' ?>" alt="" width="52px">
[250] Fix | Delete
<div class="poptinNameCompany">
[251] Fix | Delete
<div class="name">Deepak Shukla</div>
[252] Fix | Delete
<div class="position">CEO, Pearl Lemon</div>
[253] Fix | Delete
</div>
[254] Fix | Delete
</div>
[255] Fix | Delete
<div class="review">
[256] Fix | Delete
Been v.impressed with Poptin and the team behind it so far.
[257] Fix | Delete
Great responses times from support.
[258] Fix | Delete
The road map looks great. I highly recommend.
[259] Fix | Delete
</div>
[260] Fix | Delete
</div>
[261] Fix | Delete
<div class="poptinCustomer">
[262] Fix | Delete
<div class="d-flex align-center">
[263] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Liraz-P.png' ?>" alt="" width="52px">
[264] Fix | Delete
<div class="poptinNameCompany">
[265] Fix | Delete
<div class="name"> Liraz Postan </div>
[266] Fix | Delete
<div class="position">
[267] Fix | Delete
CEO, LP Marketing Services</div>
[268] Fix | Delete
</div>
[269] Fix | Delete
</div>
[270] Fix | Delete
<div class="review">
[271] Fix | Delete
The software is easy to use, super friendly UI, the support team was always there to solve any issue and product is always supporting RTM opportunities: Black Friday deals etc.
[272] Fix | Delete
</div>
[273] Fix | Delete
</div>
[274] Fix | Delete
<div class="poptinCustomer">
[275] Fix | Delete
<div class="d-flex align-center">
[276] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Michael-Kamleitner.png' ?>" alt="" width="52px">
[277] Fix | Delete
<div class="poptinNameCompany">
[278] Fix | Delete
<div class="name">Michael Kamleitner </div>
[279] Fix | Delete
<div class="position">CEO, Walls.io</div>
[280] Fix | Delete
</div>
[281] Fix | Delete
</div>
[282] Fix | Delete
<div class="review">
[283] Fix | Delete
Getting started with poptin was a breeze โ€“ we've implemented the widget and connected it to our newsletter within minutes. Our site's conversion rate skyrocketed!
[284] Fix | Delete
</div>
[285] Fix | Delete
</div>
[286] Fix | Delete
<div class="poptinCustomer">
[287] Fix | Delete
<div class="d-flex align-center">
[288] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Ramesh-Gurung.png' ?>" alt="" width="52px">
[289] Fix | Delete
<div class="poptinNameCompany">
[290] Fix | Delete
<div class="name">Ramesh Gurung </div>
[291] Fix | Delete
<div class="position">CEO, nepalpyramids</div>
[292] Fix | Delete
</div>
[293] Fix | Delete
</div>
[294] Fix | Delete
<div class="review">
[295] Fix | Delete
Have tried many other popup plugins but unfortunately, nothing actually worked for me. The only plugin that really worked with the easiest interface is Poptin. Thank you so much.
[296] Fix | Delete
</div>
[297] Fix | Delete
</div>
[298] Fix | Delete
<div class="poptinCustomer">
[299] Fix | Delete
<div class="d-flex align-center">
[300] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Roy-Povarchik.png' ?>" alt="" width="52px">
[301] Fix | Delete
<div class="poptinNameCompany">
[302] Fix | Delete
<div class="name">Roy Povarchik</div>
[303] Fix | Delete
<div class="position">CEO, stardom.io</div>
[304] Fix | Delete
</div>
[305] Fix | Delete
</div>
[306] Fix | Delete
<div class="review">
[307] Fix | Delete
Poptin was a crucial tool in growing our mailing list and following for our podcast โ€œStrike Goldโ€. Its A/B testing features helped us improve our messaging and offer to our listeners.
[308] Fix | Delete
</div>
[309] Fix | Delete
</div>
[310] Fix | Delete
<div class="poptinCustomer">
[311] Fix | Delete
<div class="d-flex align-center">
[312] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/Myriam-Plamondon.png' ?>" alt="" width="52px">
[313] Fix | Delete
<div class="poptinNameCompany">
[314] Fix | Delete
<div class="name">Myriam Plamondon</div>
[315] Fix | Delete
<div class="position">Founder, Talent Fou</div>
[316] Fix | Delete
</div>
[317] Fix | Delete
</div>
[318] Fix | Delete
<div class="review">
[319] Fix | Delete
Integrates flawlessly with WordPress. This plugin integrates very easily, you donโ€™t have anything to do except activating it.
[320] Fix | Delete
</div>
[321] Fix | Delete
</div>
[322] Fix | Delete
</div>
[323] Fix | Delete
<div class="marketplace d-flex justify-center">
[324] Fix | Delete
<div class="d-flex align-center">
[325] Fix | Delete
<div class="pipe"></div>
[326] Fix | Delete
<div>
[327] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/capterra-inc.svg' ?>" alt="">
[328] Fix | Delete
<div class="d-flex align-center">(4.8/5) <img src="<?php echo POPTIN_URL . '/assets/images/star.svg' ?>" /></div>
[329] Fix | Delete
</div>
[330] Fix | Delete
</div>
[331] Fix | Delete
<div class="d-flex align-center">
[332] Fix | Delete
<div class="pipe"></div>
[333] Fix | Delete
<div>
[334] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/wordpress.svg' ?>" class="wordpress">
[335] Fix | Delete
<div class="d-flex align-center">(4.9/5) <img src="<?php echo POPTIN_URL . '/assets/images/star.svg' ?>" /></div>
[336] Fix | Delete
</div>
[337] Fix | Delete
</div>
[338] Fix | Delete
<div class="d-flex align-center">
[339] Fix | Delete
<div class="pipe"></div>
[340] Fix | Delete
<div>
[341] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/g2Crowdlogo.svg' ?>" alt="">
[342] Fix | Delete
<div class="d-flex align-center">(4.8/5) <img src="<?php echo POPTIN_URL . '/assets/images/star.svg' ?>" /></div>
[343] Fix | Delete
</div>
[344] Fix | Delete
</div>
[345] Fix | Delete
<div class="d-flex align-center">
[346] Fix | Delete
<div class="pipe"></div>
[347] Fix | Delete
<div>
[348] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/facebook.svg' ?>" alt="">
[349] Fix | Delete
<div class="d-flex align-center">(5/5) <img src="<?php echo POPTIN_URL . '/assets/images/star.svg' ?>" /></div>
[350] Fix | Delete
</div>
[351] Fix | Delete
</div>
[352] Fix | Delete
</div>
[353] Fix | Delete
<div class="poptinLearnMore d-flex justify-center">
[354] Fix | Delete
<img class="parrot" src="<?php echo POPTIN_URL . '/assets/images/Parrot.svg' ?>" alt="">
[355] Fix | Delete
<span>
[356] Fix | Delete
<a href="<?php echo POPTIN_FRONT_SITE ?>?utm_source=wordpress" target="_blank">
[357] Fix | Delete
Learn more about us at poptin.com <img src="<?php echo POPTIN_URL . '/assets/images/arrow-head.svg' ?>" alt=""></a>
[358] Fix | Delete
</span>
[359] Fix | Delete
</div>
[360] Fix | Delete
</div>
[361] Fix | Delete
</div>
[362] Fix | Delete
[363] Fix | Delete
<!-- Modal -->
[364] Fix | Delete
<div id="whereIsMyId" class="modal fade" role="dialog" data-keyboard="true">
[365] Fix | Delete
<div class="content d-flex align-center justify-center">
[366] Fix | Delete
<div class="card d-flex flex-column align-center justify-center">
[367] Fix | Delete
<div class="close-button" data-dismiss="modal">
[368] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/close-icon.svg' ?>" alt="">
[369] Fix | Delete
</div>
[370] Fix | Delete
<div class="title">
[371] Fix | Delete
Where is my User ID?
[372] Fix | Delete
</div>
[373] Fix | Delete
<div class="card-content">
[374] Fix | Delete
<div class="find-id-1">
[375] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/user-id-1.png' ?>" alt="">
[376] Fix | Delete
<div class="d-flex">
[377] Fix | Delete
<div class="step d-flex justify-center align-center">
[378] Fix | Delete
1
[379] Fix | Delete
</div>
[380] Fix | Delete
<p class="step-description">
[381] Fix | Delete
Go to your dashboard, in the top bar click on โ€œInstallation Codeโ€
[382] Fix | Delete
</p>
[383] Fix | Delete
</div>
[384] Fix | Delete
</div>
[385] Fix | Delete
<div class="find-id-2">
[386] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/user-id-2.png' ?>" alt="">
[387] Fix | Delete
<div class="d-flex">
[388] Fix | Delete
<div class="step d-flex justify-center align-center">
[389] Fix | Delete
2
[390] Fix | Delete
</div>
[391] Fix | Delete
<p class="step-description">
[392] Fix | Delete
Click on WordPress
[393] Fix | Delete
</p>
[394] Fix | Delete
</div>
[395] Fix | Delete
</div>
[396] Fix | Delete
<div class="find-id-3">
[397] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/user-id-3.png' ?>" alt="">
[398] Fix | Delete
<div class="d-flex">
[399] Fix | Delete
<div class="step d-flex justify-center align-center">
[400] Fix | Delete
3
[401] Fix | Delete
</div>
[402] Fix | Delete
<p class="step-description">
[403] Fix | Delete
Copy your user ID
[404] Fix | Delete
</p>
[405] Fix | Delete
</div>
[406] Fix | Delete
</div>
[407] Fix | Delete
</div>
[408] Fix | Delete
<div class="foot d-flex align-center">
[409] Fix | Delete
<button data-dismiss="modal">Close</button>
[410] Fix | Delete
</div>
[411] Fix | Delete
</div>
[412] Fix | Delete
</div>
[413] Fix | Delete
</div>
[414] Fix | Delete
[415] Fix | Delete
<!-- BYE BYE Modal -->
[416] Fix | Delete
<div id="byebyeModal" class="modal fade" role="dialog">
[417] Fix | Delete
<div class="content d-flex align-center justify-center">
[418] Fix | Delete
<div class="card d-flex align-center flex-column">
[419] Fix | Delete
<div class="close-button" data-dismiss="modal">
[420] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/close-icon.svg' ?>" alt="">
[421] Fix | Delete
</div>
[422] Fix | Delete
<h3>Bye Bye</h3>
[423] Fix | Delete
<h4>Poptin snippet has been removed. <br /> See you around โœŒ๏ธ</h4>
[424] Fix | Delete
[425] Fix | Delete
<button data-dismiss="modal">Close</button>
[426] Fix | Delete
</div>
[427] Fix | Delete
</div>
[428] Fix | Delete
</div>
[429] Fix | Delete
[430] Fix | Delete
<!-- Just Making Sure Modal -->
[431] Fix | Delete
<div id="makingsure" class="modal fade" role="dialog">
[432] Fix | Delete
<div class="content d-flex align-center justify-center">
[433] Fix | Delete
<div class="card d-flex align-center flex-column">
[434] Fix | Delete
<div class="close-button" data-dismiss="modal">
[435] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/close-icon.svg' ?>" alt="">
[436] Fix | Delete
</div>
[437] Fix | Delete
<h3>Just Making Sure</h3>
[438] Fix | Delete
<h4>Are you sure you want to remove Poptin?</h4>
[439] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/exit-parrot.svg' ?>" alt="">
[440] Fix | Delete
[441] Fix | Delete
<button class="deactivate-poptin-confirm-yes">
[442] Fix | Delete
<span class="text-content">
[443] Fix | Delete
Remove Poptin
[444] Fix | Delete
</span><span class="loader" style="display: none;">
[445] Fix | Delete
<div class="lds-ellipsis">
[446] Fix | Delete
<div></div>
[447] Fix | Delete
<div></div>
[448] Fix | Delete
<div></div>
[449] Fix | Delete
<div></div>
[450] Fix | Delete
</div>
[451] Fix | Delete
</span>
[452] Fix | Delete
</button>
[453] Fix | Delete
<input type="hidden" id="ppFormIdDeactivate" value="<?php echo wp_create_nonce("ppFormIdDeactivate") ?>">
[454] Fix | Delete
<div class="cancel-text" data-dismiss="modal">Cancel</div>
[455] Fix | Delete
</div>
[456] Fix | Delete
</div>
[457] Fix | Delete
</div>
[458] Fix | Delete
[459] Fix | Delete
<!-- Look familiar Modal -->
[460] Fix | Delete
<div id="lookfamiliar" class="modal fade" role="dialog">
[461] Fix | Delete
<div class="content d-flex align-center justify-center">
[462] Fix | Delete
<div class="card d-flex align-center flex-column">
[463] Fix | Delete
<div class="close-button" data-dismiss="modal">
[464] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/close-icon.svg' ?>" alt="">
[465] Fix | Delete
</div>
[466] Fix | Delete
<h3>You Look Familiar</h3>
[467] Fix | Delete
<h4>You already have a Poptin account with this email address.</h4>
[468] Fix | Delete
[469] Fix | Delete
<button class="ppLogin" data-dismiss="modal">Enter your user ID</button>
[470] Fix | Delete
<div class="cancel-text" data-dismiss="modal">Cancel</div>
[471] Fix | Delete
</div>
[472] Fix | Delete
</div>
[473] Fix | Delete
</div>
[474] Fix | Delete
[475] Fix | Delete
<!-- Explanatory Video Modal -->
[476] Fix | Delete
<div id="poptinExplanatoryVideo" class="modal fade" role="dialog">
[477] Fix | Delete
<div class="content d-flex align-center justify-center">
[478] Fix | Delete
<div class="card d-flex align-center flex-column">
[479] Fix | Delete
<div class="close-button" data-dismiss="modal">
[480] Fix | Delete
<img src="<?php echo POPTIN_URL . '/assets/images/close-icon.svg' ?>" alt="">
[481] Fix | Delete
</div>
[482] Fix | Delete
<h3>Video Walkthrough</h3>
[483] Fix | Delete
[484] Fix | Delete
<div class="youtubeVideoContainer" style="background:url(<?php echo POPTIN_URL . '/assets/images/youtubeBackground.png' ?>) no-repeat">
[485] Fix | Delete
<div class="youtubeVideo">
[486] Fix | Delete
<iframe width=755" height="409" src="https://www.youtube.com/embed/uvTw_mmA32Q?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
[487] Fix | Delete
</div>
[488] Fix | Delete
</div>
[489] Fix | Delete
</div>
[490] Fix | Delete
</div>
[491] Fix | Delete
</div>
[492] Fix | Delete
[493] Fix | Delete
</div>
[494] Fix | Delete
[495] Fix | Delete
<!-- <form action="https://app.popt.in/login" method="GET" class="dummy_form" id="dummy_form" target="_blank">
[496] Fix | Delete
[497] Fix | Delete
</form> -->
[498] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function