Social Share Icons & Social Share Buttons - Version 3.4.0

Version Description

  • Removed banner options
Download this release

Release Info

Developer socialsharepro
Plugin Icon 128x128 Social Share Icons & Social Share Buttons
Version 3.4.0
Comparing to
See all releases

Code changes from version 3.3.9 to 3.4.0

libs/sfsi_install_uninstall.php CHANGED
@@ -17,7 +17,7 @@ function sfsi_plus_update_plugin()
17
  }
18
 
19
  //Install version
20
- update_option("sfsi_plus_pluginVersion", "3.39");
21
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
22
  {
23
  add_option("sfsi_plus_serverphpVersionnotification", "yes");
@@ -486,8 +486,8 @@ function sfsi_plus_update_plugin()
486
  delete_option("sfsi_plus_curlErrorMessage");
487
 
488
  add_option('sfsi_plus_currentDate', date('Y-m-d h:i:s'));
489
- add_option('sfsi_plus_showNextBannerDate', '1 seconds');
490
- add_option('sfsi_plus_cycleDate', "1 minute");
491
  add_option('sfsi_plus_loyaltyDate', "180 day");
492
  }
493
  function sfsi_plus_activate_plugin()
@@ -811,8 +811,8 @@ function sfsi_plus_activate_plugin()
811
 
812
  add_option('sfsi_plus_installDate', date('Y-m-d h:i:s'));
813
  add_option('sfsi_plus_currentDate', date('Y-m-d h:i:s'));
814
- add_option('sfsi_plus_showNextBannerDate', '1 seconds');
815
- add_option('sfsi_plus_cycleDate', "1 minute");
816
  add_option('sfsi_plus_loyaltyDate', "180 day");
817
 
818
  $sfsi_plus_dismiss_sharecount = unserialize(get_option('sfsi_plus_dismiss_sharecount'));
17
  }
18
 
19
  //Install version
20
+ update_option("sfsi_plus_pluginVersion", "3.40");
21
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
22
  {
23
  add_option("sfsi_plus_serverphpVersionnotification", "yes");
486
  delete_option("sfsi_plus_curlErrorMessage");
487
 
488
  add_option('sfsi_plus_currentDate', date('Y-m-d h:i:s'));
489
+ add_option('sfsi_plus_showNextBannerDate', '21 day');
490
+ add_option('sfsi_plus_cycleDate', "180 day");
491
  add_option('sfsi_plus_loyaltyDate', "180 day");
492
  }
493
  function sfsi_plus_activate_plugin()
811
 
812
  add_option('sfsi_plus_installDate', date('Y-m-d h:i:s'));
813
  add_option('sfsi_plus_currentDate', date('Y-m-d h:i:s'));
814
+ add_option('sfsi_plus_showNextBannerDate', '21 day');
815
+ add_option('sfsi_plus_cycleDate', "180 day");
816
  add_option('sfsi_plus_loyaltyDate', "180 day");
817
 
818
  $sfsi_plus_dismiss_sharecount = unserialize(get_option('sfsi_plus_dismiss_sharecount'));
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro, socialtech
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 5.4.0
6
- Stable tag: 3.3.9
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  
@@ -294,17 +294,19 @@ The premium plugin offrs many more social buttons from other social media platfo
294
  9. You can also display a pop-up (designed to your liking) which asks users to like & share your site
295
 
296
  == Changelog ==
 
 
 
297
  = 3.3.9 =
298
- * Subscription fallback Url issue fixed.
299
- * Banner Changes.
300
 
301
  = 3.3.8 =
302
- * Plugin url fixes.
303
- * Updated youtube API ID.
304
 
305
  = 3.3.7 =
306
- * Popup skip error solved.
307
- * Corrected a banner.
308
 
309
  = 3.3.6 =
310
  * Updated auto open q3 removed.
@@ -838,5 +840,5 @@ The premium plugin offrs many more social buttons from other social media platfo
838
 
839
  == Upgrade Notice ==
840
 
841
- = 3.3.9 =
842
  * Please update
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 5.4.0
6
+ Stable tag: 3.4.0
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  
294
  9. You can also display a pop-up (designed to your liking) which asks users to like & share your site
295
 
296
  == Changelog ==
297
+ = 3.4.0 =
298
+ * Removed banner options
299
+
300
  = 3.3.9 =
301
+ * Subscription fallback Url issue fixed
 
302
 
303
  = 3.3.8 =
304
+ * Plugin url fixes
305
+ * Updated youtube API ID
306
 
307
  = 3.3.7 =
308
+ * Popup skip error solved
309
+ * Corrected a banner
310
 
311
  = 3.3.6 =
312
  * Updated auto open q3 removed.
840
 
841
  == Upgrade Notice ==
842
 
843
+ = 3.4.0 =
844
  * Please update
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: social share pro
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
- Version: 3.3.9
11
  License: GPLv2
12
  */
13
 
@@ -76,7 +76,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
76
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
77
 
78
  /*Plugin version setup*/
79
- if (!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 3.39) {
80
  add_action("init", "sfsi_plus_update_plugin");
81
  }
82
 
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
+ Version: 3.4.0
11
  License: GPLv2
12
  */
13
 
76
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
77
 
78
  /*Plugin version setup*/
79
+ if (!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 3.40) {
80
  add_action("init", "sfsi_plus_update_plugin");
81
  }
82
 
views/sfsi_section_for_premium.php CHANGED
@@ -362,101 +362,101 @@
362
 
363
  <!-- Footer banner CLOSES -->
364
 
365
- <div style="clear:both">
366
- <?php $noncea = wp_create_nonce("sfsi_plus_installDate"); ?>
367
  <label style="font-size: 17px;">Installed date: </label>
368
- <input type="text" name="sfsi_plus_installDate" placeholder="date" value="<?php echo get_option("sfsi_plus_installDate"); ?>">
369
- <button type="button" id="sfsi_plus_installDate" data-nonce="<?php echo $noncea; ?>"> click</button>
370
- </div>
371
 
372
  <!-- <div style="clear:both">
373
  <?php // $noncec = wp_create_nonce("sfsi_plus_currentDate");
374
  ?>
375
  <label style="font-size: 17px;">Current date: </label>
376
- <input type="text" name="sfsi_plus_currentDate" placeholder="date" value="<?php echo get_option("sfsi_plus_currentDate"); ?>">
377
- <button type="button" id="sfsi_plus_currentDate" data-nonce="<?php echo $noncec; ?>"> click</button>
378
  </div> -->
379
- <div style="clear:both">
380
- <?php $noncec = wp_create_nonce("sfsi_plus_showNextBannerDate"); ?>
381
  <label style="font-size: 17px;">show next banner in (ex: 1 seconds,1 minute,1 hour,1 day ): </label>
382
- <input type="text" name="sfsi_plus_showNextBannerDate" placeholder="no of days" value="<?php echo get_option("sfsi_plus_showNextBannerDate"); ?>">
383
- <button type="button" id="sfsi_plus_showNextBannerDate" data-nonce="<?php echo $noncec; ?>"> click</button>
384
  </div>
385
  <div style="clear:both">
386
- <?php $noncec = wp_create_nonce("sfsi_plus_cycleDate"); ?>
387
  <label style="font-size: 17px;">Cycle in (ex: 1 seconds,1 minute,1 hour,1 day ): </label>
388
- <input type="text" name="sfsi_plus_cycleDate" placeholder="no of days" value="<?php echo get_option("sfsi_plus_cycleDate"); ?>">
389
- <button type="button" id="sfsi_plus_cycleDate" data-nonce="<?php echo $noncec; ?>"> click</button>
390
- </div>
391
- <div style="clear:both">
392
- <?php $noncec = wp_create_nonce("sfsi_plus_loyaltyDate"); ?>
393
  <label style="font-size: 17px;">Loyalty in (ex: 1 seconds,1 minute,1 hour,1 day ): </label>
394
- <input type="text" name="sfsi_plus_loyaltyDate" placeholder="no of days" value="<?php echo get_option("sfsi_plus_loyaltyDate"); ?>">
395
- <button type="button" id="sfsi_plus_loyaltyDate" data-nonce="<?php echo $noncec; ?>"> click</button>
396
  </div>
397
  <?php
398
- $sfsi_plus_banner_global_firsttime_offer = unserialize(get_option('sfsi_plus_banner_global_firsttime_offer', false));
399
- $sfsi_plus_banner_global_pinterest = unserialize(get_option('sfsi_plus_banner_global_pinterest', false));
400
- $sfsi_plus_banner_global_social = unserialize(get_option('sfsi_plus_banner_global_social', false));
401
- $sfsi_plus_banner_global_load_faster = unserialize(get_option('sfsi_plus_banner_global_load_faster', false));
402
- $sfsi_plus_banner_global_shares = unserialize(get_option('sfsi_plus_banner_global_shares', false));
403
- $sfsi_plus_banner_global_gdpr = unserialize(get_option('sfsi_plus_banner_global_gdpr', false));
404
- $sfsi_plus_banner_global_http = unserialize(get_option('sfsi_plus_banner_global_http', false));
405
- $sfsi_plus_banner_global_upgrade = unserialize(get_option('sfsi_plus_banner_global_upgrade', false));
406
  ?>
407
 
408
  <div style="clear:both">
409
- <?php $noncef = wp_create_nonce("sfsi_plus_banner_global_firsttime_offer"); ?>
410
  <label style="font-size: 17px;">Dismiss Firsttime offer time:</label>
411
- <input type="text" name="sfsi_plus_banner_global_firsttime_offer" placeholder="date" value="<?php echo $sfsi_plus_banner_global_firsttime_offer['timestamp'] ?>">
412
- <button type="button" id="sfsi_plus_banner_global_firsttime_offer" data-nonce="<?php echo $noncef; ?>" style="display: <?php echo $sfsi_plus_banner_global_firsttime_offer['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
413
  </div>
414
 
415
  <div style="clear:both">
416
- <?php $noncep = wp_create_nonce("sfsi_plus_banner_global_pinterest"); ?>
417
  <label style="font-size: 17px;">Dismiss Pinterest time: </label>
418
- <input type="text" name="sfsi_plus_banner_global_pinterest" placeholder="date" value="<?php echo $sfsi_plus_banner_global_pinterest['timestamp'] ?>">
419
- <button type="button" id="sfsi_plus_banner_global_pinterest" data-nonce="<?php echo $noncep; ?>" style="display: <?php echo $sfsi_plus_banner_global_pinterest['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
420
  </div>
421
 
422
  <div style="clear:both">
423
- <?php $noncem = wp_create_nonce("sfsi_plus_banner_global_social"); ?>
424
  <label style="font-size: 17px;">Dismiss Mobile time: </label>
425
- <input type="text" name="sfsi_plus_banner_global_social" placeholder="date" value="<?php echo $sfsi_plus_banner_global_social['timestamp'] ?>">
426
- <button type="button" id="sfsi_plus_banner_global_social" data-nonce="<?php echo $noncem; ?>" style="display: <?php echo $sfsi_plus_banner_global_social['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
427
- </div>
428
 
429
- <div style="clear:both">
430
- <?php $noncel = wp_create_nonce("sfsi_plus_banner_global_load_faster"); ?>
431
  <label style="font-size: 17px;">Dismiss Load faster time: </label>
432
- <input type="text" name="sfsi_plus_banner_global_load_faster" placeholder="date" value="<?php echo $sfsi_plus_banner_global_load_faster['timestamp'] ?>">
433
- <button type="button" id="sfsi_plus_banner_global_load_faster" data-nonce="<?php echo $noncel; ?>" style="display: <?php echo $sfsi_plus_banner_global_load_faster['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
434
  </div>
435
 
436
  <div style="clear:both">
437
- <?php $nonces = wp_create_nonce("sfsi_plus_banner_global_shares"); ?>
438
  <label style="font-size: 17px;">Dismiss Shares time: </label>
439
- <input type="text" name="sfsi_plus_banner_global_shares" placeholder="date" value="<?php echo $sfsi_plus_banner_global_shares['timestamp'] ?>">
440
- <button type="button" id="sfsi_plus_banner_global_shares" data-nonce="<?php echo $nonces; ?>" style="display: <?php echo $sfsi_plus_banner_global_shares['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
441
  </div>
442
 
443
  <div style="clear:both">
444
- <?php $nonceg = wp_create_nonce("sfsi_plus_banner_global_gdpr"); ?>
445
  <label style="font-size: 17px;">Dismiss Gdpr time: </label>
446
- <input type="text" name="sfsi_plus_banner_global_gdpr" placeholder="date" value="<?php echo $sfsi_plus_banner_global_gdpr['timestamp'] ?>">
447
- <button type="button" id="sfsi_plus_banner_global_gdpr" data-nonce="<?php echo $nonceg; ?>" style="display: <?php echo $sfsi_plus_banner_global_gdpr['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
448
  </div>
449
 
450
  <div style="clear:both">
451
- <?php $nonceh = wp_create_nonce("sfsi_plus_banner_global_http"); ?>
452
  <label style="font-size: 17px;">Dismiss Http time: </label>
453
- <input type="text" name="sfsi_plus_banner_global_http" placeholder="date" value="<?php echo $sfsi_plus_banner_global_http['timestamp'] ?>">
454
- <button type="button" id="sfsi_plus_banner_global_http" data-nonce="<?php echo $nonceh; ?>" style="display: <?php echo $sfsi_plus_banner_global_http['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
455
  </div>
456
 
457
  <div style="clear:both">
458
- <?php $nonceu = wp_create_nonce("sfsi_plus_banner_global_upgrade"); ?>
459
  <label style="font-size: 17px;">Dismiss Loyalty time: </label>
460
- <input type="text" name="sfsi_plus_banner_global_upgrade" placeholder="date" value="<?php echo $sfsi_plus_banner_global_upgrade['timestamp'] ?>">
461
- <button type="button" id="sfsi_plus_banner_global_upgrade" data-nonce="<?php echo $nonceu; ?>" style="display: <?php echo $sfsi_plus_banner_global_upgrade['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
462
- </div>
362
 
363
  <!-- Footer banner CLOSES -->
364
 
365
+ <!-- <div style="clear:both">
366
+ <?php // $noncea = wp_create_nonce("sfsi_plus_installDate"); ?>
367
  <label style="font-size: 17px;">Installed date: </label>
368
+ <input type="text" name="sfsi_plus_installDate" placeholder="date" value="<?php // echo get_option("sfsi_plus_installDate"); ?>">
369
+ <button type="button" id="sfsi_plus_installDate" data-nonce="<?php // echo $noncea; ?>"> click</button>
370
+ </div> -->
371
 
372
  <!-- <div style="clear:both">
373
  <?php // $noncec = wp_create_nonce("sfsi_plus_currentDate");
374
  ?>
375
  <label style="font-size: 17px;">Current date: </label>
376
+ <input type="text" name="sfsi_plus_currentDate" placeholder="date" value="<?php // echo get_option("sfsi_plus_currentDate"); ?>">
377
+ <button type="button" id="sfsi_plus_currentDate" data-nonce="<?php // echo $noncec; ?>"> click</button>
378
  </div> -->
379
+ <!-- <div style="clear:both">
380
+ <?php // $noncec = wp_create_nonce("sfsi_plus_showNextBannerDate"); ?>
381
  <label style="font-size: 17px;">show next banner in (ex: 1 seconds,1 minute,1 hour,1 day ): </label>
382
+ <input type="text" name="sfsi_plus_showNextBannerDate" placeholder="no of days" value="<?php // echo get_option("sfsi_plus_showNextBannerDate"); ?>">
383
+ <button type="button" id="sfsi_plus_showNextBannerDate" data-nonce="<?php // echo $noncec; ?>"> click</button>
384
  </div>
385
  <div style="clear:both">
386
+ <?php // $noncec = wp_create_nonce("sfsi_plus_cycleDate"); ?>
387
  <label style="font-size: 17px;">Cycle in (ex: 1 seconds,1 minute,1 hour,1 day ): </label>
388
+ <input type="text" name="sfsi_plus_cycleDate" placeholder="no of days" value="<?php // echo get_option("sfsi_plus_cycleDate"); ?>">
389
+ <button type="button" id="sfsi_plus_cycleDate" data-nonce="<?php // echo $noncec; ?>"> click</button>
390
+ </div> -->
391
+ <!-- <div style="clear:both">
392
+ <?php // $noncec = wp_create_nonce("sfsi_plus_loyaltyDate"); ?>
393
  <label style="font-size: 17px;">Loyalty in (ex: 1 seconds,1 minute,1 hour,1 day ): </label>
394
+ <input type="text" name="sfsi_plus_loyaltyDate" placeholder="no of days" value="<?php // echo get_option("sfsi_plus_loyaltyDate"); ?>">
395
+ <button type="button" id="sfsi_plus_loyaltyDate" data-nonce="<?php // echo $noncec; ?>"> click</button>
396
  </div>
397
  <?php
398
+ // $sfsi_plus_banner_global_firsttime_offer = unserialize(get_option('sfsi_plus_banner_global_firsttime_offer', false));
399
+ // $sfsi_plus_banner_global_pinterest = unserialize(get_option('sfsi_plus_banner_global_pinterest', false));
400
+ // $sfsi_plus_banner_global_social = unserialize(get_option('sfsi_plus_banner_global_social', false));
401
+ // $sfsi_plus_banner_global_load_faster = unserialize(get_option('sfsi_plus_banner_global_load_faster', false));
402
+ // $sfsi_plus_banner_global_shares = unserialize(get_option('sfsi_plus_banner_global_shares', false));
403
+ // $sfsi_plus_banner_global_gdpr = unserialize(get_option('sfsi_plus_banner_global_gdpr', false));
404
+ // $sfsi_plus_banner_global_http = unserialize(get_option('sfsi_plus_banner_global_http', false));
405
+ // $sfsi_plus_banner_global_upgrade = unserialize(get_option('sfsi_plus_banner_global_upgrade', false));
406
  ?>
407
 
408
  <div style="clear:both">
409
+ <?php // $noncef = wp_create_nonce("sfsi_plus_banner_global_firsttime_offer"); ?>
410
  <label style="font-size: 17px;">Dismiss Firsttime offer time:</label>
411
+ <input type="text" name="sfsi_plus_banner_global_firsttime_offer" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_firsttime_offer['timestamp'] ?>">
412
+ <button type="button" id="sfsi_plus_banner_global_firsttime_offer" data-nonce="<?php // echo $noncef; ?>" style="display: <?php // echo $sfsi_plus_banner_global_firsttime_offer['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
413
  </div>
414
 
415
  <div style="clear:both">
416
+ <?php // $noncep = wp_create_nonce("sfsi_plus_banner_global_pinterest"); ?>
417
  <label style="font-size: 17px;">Dismiss Pinterest time: </label>
418
+ <input type="text" name="sfsi_plus_banner_global_pinterest" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_pinterest['timestamp'] ?>">
419
+ <button type="button" id="sfsi_plus_banner_global_pinterest" data-nonce="<?php // echo $noncep; ?>" style="display: <?php // echo $sfsi_plus_banner_global_pinterest['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
420
  </div>
421
 
422
  <div style="clear:both">
423
+ <?php // $noncem = wp_create_nonce("sfsi_plus_banner_global_social"); ?>
424
  <label style="font-size: 17px;">Dismiss Mobile time: </label>
425
+ <input type="text" name="sfsi_plus_banner_global_social" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_social['timestamp'] ?>">
426
+ <button type="button" id="sfsi_plus_banner_global_social" data-nonce="<?php // echo $noncem; ?>" style="display: <?php // echo $sfsi_plus_banner_global_social['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
427
+ </div> -->
428
 
429
+ <!-- <div style="clear:both">
430
+ <?php // $noncel = wp_create_nonce("sfsi_plus_banner_global_load_faster"); ?>
431
  <label style="font-size: 17px;">Dismiss Load faster time: </label>
432
+ <input type="text" name="sfsi_plus_banner_global_load_faster" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_load_faster['timestamp'] ?>">
433
+ <button type="button" id="sfsi_plus_banner_global_load_faster" data-nonce="<?php // echo $noncel; ?>" style="display: <?php // echo $sfsi_plus_banner_global_load_faster['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
434
  </div>
435
 
436
  <div style="clear:both">
437
+ <?php // $nonces = wp_create_nonce("sfsi_plus_banner_global_shares"); ?>
438
  <label style="font-size: 17px;">Dismiss Shares time: </label>
439
+ <input type="text" name="sfsi_plus_banner_global_shares" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_shares['timestamp'] ?>">
440
+ <button type="button" id="sfsi_plus_banner_global_shares" data-nonce="<?php // echo $nonces; ?>" style="display: <?php // echo $sfsi_plus_banner_global_shares['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
441
  </div>
442
 
443
  <div style="clear:both">
444
+ <?php // $nonceg = wp_create_nonce("sfsi_plus_banner_global_gdpr"); ?>
445
  <label style="font-size: 17px;">Dismiss Gdpr time: </label>
446
+ <input type="text" name="sfsi_plus_banner_global_gdpr" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_gdpr['timestamp'] ?>">
447
+ <button type="button" id="sfsi_plus_banner_global_gdpr" data-nonce="<?php // echo $nonceg; ?>" style="display: <?php // echo $sfsi_plus_banner_global_gdpr['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
448
  </div>
449
 
450
  <div style="clear:both">
451
+ <?php // $nonceh = wp_create_nonce("sfsi_plus_banner_global_http"); ?>
452
  <label style="font-size: 17px;">Dismiss Http time: </label>
453
+ <input type="text" name="sfsi_plus_banner_global_http" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_http['timestamp'] ?>">
454
+ <button type="button" id="sfsi_plus_banner_global_http" data-nonce="<?php // echo $nonceh; ?>" style="display: <?php // echo $sfsi_plus_banner_global_http['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
455
  </div>
456
 
457
  <div style="clear:both">
458
+ <?php // $nonceu = wp_create_nonce("sfsi_plus_banner_global_upgrade"); ?>
459
  <label style="font-size: 17px;">Dismiss Loyalty time: </label>
460
+ <input type="text" name="sfsi_plus_banner_global_upgrade" placeholder="date" value="<?php // echo $sfsi_plus_banner_global_upgrade['timestamp'] ?>">
461
+ <button type="button" id="sfsi_plus_banner_global_upgrade" data-nonce="<?php // echo $nonceu; ?>" style="display: <?php // echo $sfsi_plus_banner_global_upgrade['is_active'] == "yes" ? "inline-block" : "none" ?>;"> This banner will appear</button>
462
+ </div> -->