Minimal Coming Soon & Maintenance Mode - Version 2.26

Version Description

  • 2021-01-31
  • added fly out menu
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Minimal Coming Soon & Maintenance Mode
Version 2.26
Comparing to
See all releases

Code changes from version 2.25 to 2.26

framework/admin/img/themes/pro/coffeehouse.jpg ADDED
Binary file
framework/admin/img/themes/pro/domain-listing.jpg ADDED
Binary file
framework/admin/img/themes/pro/moderno-kids-shop.jpg ADDED
Binary file
framework/admin/img/themes/pro/property-rentals.jpg ADDED
Binary file
framework/admin/init.php CHANGED
@@ -102,67 +102,6 @@ function csmm_install_accessibe() {
102
  echo '</div>';
103
  } // install_accessibe
104
 
105
-
106
- function csmm_featured_plugins_tab($args)
107
- {
108
- add_filter('plugins_api_result', 'csmm_plugins_api_result', 10, 3);
109
-
110
- return $args;
111
- } // featured_plugins_tab
112
-
113
- function csmm_add_plugin_favs($plugin_slug, $res)
114
- {
115
- // check if plugin is already on the list
116
- if (!empty($res->plugins) && is_array($res->plugins)) {
117
- foreach ($res->plugins as $plugin) {
118
- if (is_object($plugin) && !empty($plugin->slug) && $plugin->slug == $plugin_slug) {
119
- return $res;
120
- }
121
- } // foreach
122
- }
123
-
124
- $plugin_info = get_transient('wf-plugin-info-' . $plugin_slug);
125
-
126
- if (!$plugin_info) {
127
- $plugin_info = plugins_api('plugin_information', array(
128
- 'slug' => $plugin_slug,
129
- 'is_ssl' => is_ssl(),
130
- 'fields' => array(
131
- 'banners' => true,
132
- 'reviews' => true,
133
- 'downloaded' => true,
134
- 'active_installs' => true,
135
- 'icons' => true,
136
- 'short_description' => true,
137
- )
138
- ));
139
- if (!is_wp_error($plugin_info) && is_object($plugin_info)) {
140
- set_transient('wf-plugin-info-' . $plugin_slug, $plugin_info, DAY_IN_SECONDS * 7);
141
- }
142
- }
143
-
144
- if (!empty($res->plugins) && is_array($res->plugins) && $plugin_info && is_object($plugin_info)) {
145
- array_unshift($res->plugins, $plugin_info);
146
- }
147
-
148
- return $res;
149
- } // csmm_add_plugins_favs
150
-
151
-
152
- // add our plugins to recommended list
153
- function csmm_plugins_api_result($res, $action, $args)
154
- {
155
- remove_filter('plugins_api_result', 'csmm_plugins_api_result', 10, 3);
156
-
157
- $res = csmm_add_plugin_favs('sticky-menu-or-anything-on-scroll', $res);
158
- $res = csmm_add_plugin_favs('simple-author-box', $res);
159
- $res = csmm_add_plugin_favs('eps-301-redirects', $res);
160
- $res = csmm_add_plugin_favs('accessibe', $res);
161
-
162
- return $res;
163
- } // plugins_api_result
164
-
165
-
166
  // disabled till further notice
167
  function csmm_chat_available()
168
  {
@@ -335,8 +274,6 @@ function csmm_plugin_admin_init()
335
  add_action('admin_action_csmm_activate_theme', 'csmm_activate_theme');
336
 
337
  add_action('admin_action_csmm_install_accessibe', 'csmm_install_accessibe');
338
-
339
- add_filter('install_plugins_table_api_args_featured', 'csmm_featured_plugins_tab');
340
  } // csmm_plugin_admin_init
341
 
342
  add_action('init', 'csmm_plugin_admin_init');
102
  echo '</div>';
103
  } // install_accessibe
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  // disabled till further notice
106
  function csmm_chat_available()
107
  {
274
  add_action('admin_action_csmm_activate_theme', 'csmm_activate_theme');
275
 
276
  add_action('admin_action_csmm_install_accessibe', 'csmm_install_accessibe');
 
 
277
  } // csmm_plugin_admin_init
278
 
279
  add_action('init', 'csmm_plugin_admin_init');
framework/admin/views/settings-basic.php CHANGED
@@ -81,7 +81,7 @@ if (!defined('WPINC')) {
81
  <?php if (!is_plugin_active('accessibe/accessiebe.php')) { ?>
82
  <input id="signals_csmm_accessibe" type="checkbox" class="signals-form-ios open-accessibe-upsell" name="signals_csmm_accessibe" value="1">
83
 
84
- <p class="signals-form-help-block">Your coming soon page is currently not fully accessible for over 20% of visitors with disability. Make your site accessible from day one by installing the <a href="#" class="open-accessibe-upsell">accessiBe plugin.</a></p>
85
  <?php } else {
86
  echo '<p>Open <a href="' . admin_url('options-general.php?page=accessiBe') . '">accessiBe settings</a> to configure your site\'s accessibility.</p>';
87
  } ?>
81
  <?php if (!is_plugin_active('accessibe/accessiebe.php')) { ?>
82
  <input id="signals_csmm_accessibe" type="checkbox" class="signals-form-ios open-accessibe-upsell" name="signals_csmm_accessibe" value="1">
83
 
84
+ <p class="signals-form-help-block">Your coming soon page is currently not fully accessible for over 20% of visitors who have a disability. Make your site accessible for everybody from day one by installing the <a href="#" class="open-accessibe-upsell">accessiBe plugin.</a></p>
85
  <?php } else {
86
  echo '<p>Open <a href="' . admin_url('options-general.php?page=accessiBe') . '">accessiBe settings</a> to configure your site\'s accessibility.</p>';
87
  } ?>
framework/admin/views/settings-themes.php CHANGED
@@ -415,6 +415,17 @@ array (
415
  'name_clean' => 'coffee-shop',
416
  ),
417
  37 =>
 
 
 
 
 
 
 
 
 
 
 
418
  array (
419
  'type' => 'CSMM PRO',
420
  'version' => '6.09',
@@ -425,7 +436,7 @@ array (
425
  'status' => 'agency',
426
  'name_clean' => 'cold-lake',
427
  ),
428
- 38 =>
429
  array (
430
  'type' => 'CSMM PRO',
431
  'version' => '6.09',
@@ -436,7 +447,7 @@ array (
436
  'status' => 'agency',
437
  'name_clean' => 'computer-repair-service',
438
  ),
439
- 39 =>
440
  array (
441
  'type' => 'CSMM PRO',
442
  'version' => '6.09',
@@ -447,7 +458,7 @@ array (
447
  'status' => 'pro',
448
  'name_clean' => 'concert',
449
  ),
450
- 40 =>
451
  array (
452
  'type' => 'CSMM PRO',
453
  'version' => '6.09',
@@ -458,7 +469,7 @@ array (
458
  'status' => 'pro',
459
  'name_clean' => 'conference-event',
460
  ),
461
- 41 =>
462
  array (
463
  'type' => 'CSMM PRO',
464
  'version' => '6.09',
@@ -469,7 +480,7 @@ array (
469
  'status' => 'agency',
470
  'name_clean' => 'construction-company',
471
  ),
472
- 42 =>
473
  array (
474
  'type' => 'CSMM PRO',
475
  'version' => '6.09',
@@ -480,7 +491,7 @@ array (
480
  'status' => 'agency',
481
  'name_clean' => 'creative-design',
482
  ),
483
- 43 =>
484
  array (
485
  'type' => 'CSMM PRO',
486
  'version' => '6.09',
@@ -491,7 +502,7 @@ array (
491
  'status' => 'agency',
492
  'name_clean' => 'custom-decor',
493
  ),
494
- 44 =>
495
  array (
496
  'type' => 'CSMM PRO',
497
  'version' => '6.09',
@@ -502,7 +513,7 @@ array (
502
  'status' => 'pro',
503
  'name_clean' => 'cyber-security',
504
  ),
505
- 45 =>
506
  array (
507
  'type' => 'CSMM PRO',
508
  'version' => '5.005',
@@ -513,7 +524,7 @@ array (
513
  'status' => 'pro',
514
  'name_clean' => 'default',
515
  ),
516
- 46 =>
517
  array (
518
  'type' => 'CSMM PRO',
519
  'version' => '15.17',
@@ -524,7 +535,7 @@ array (
524
  'status' => 'agency',
525
  'name_clean' => 'dental-clinic',
526
  ),
527
- 47 =>
528
  array (
529
  'type' => 'CSMM PRO',
530
  'version' => '15.17',
@@ -535,7 +546,7 @@ array (
535
  'status' => 'agency',
536
  'name_clean' => 'digital-agency',
537
  ),
538
- 48 =>
539
  array (
540
  'type' => 'CSMM PRO',
541
  'version' => '15.17',
@@ -546,7 +557,7 @@ array (
546
  'status' => 'pro',
547
  'name_clean' => 'dog-shelter',
548
  ),
549
- 49 =>
550
  array (
551
  'type' => 'CSMM PRO',
552
  'version' => '5.001',
@@ -557,7 +568,18 @@ array (
557
  'status' => 'agency',
558
  'name_clean' => 'dog-training-and-behavior-consulting',
559
  ),
560
- 50 =>
 
 
 
 
 
 
 
 
 
 
 
561
  array (
562
  'type' => 'CSMM PRO',
563
  'version' => '15.17',
@@ -568,7 +590,7 @@ array (
568
  'status' => 'agency',
569
  'name_clean' => 'donation',
570
  ),
571
- 51 =>
572
  array (
573
  'type' => 'CSMM PRO',
574
  'version' => '6.09',
@@ -579,7 +601,7 @@ array (
579
  'status' => 'extra',
580
  'name_clean' => 'ecommerce',
581
  ),
582
- 52 =>
583
  array (
584
  'type' => 'CSMM PRO',
585
  'version' => '6.09',
@@ -590,7 +612,7 @@ array (
590
  'status' => 'pro',
591
  'name_clean' => 'email-platform',
592
  ),
593
- 53 =>
594
  array (
595
  'type' => 'CSMM PRO',
596
  'version' => '6.09',
@@ -601,7 +623,7 @@ array (
601
  'status' => 'pro',
602
  'name_clean' => 'employment',
603
  ),
604
- 54 =>
605
  array (
606
  'type' => 'CSMM PRO',
607
  'version' => '6.09',
@@ -612,7 +634,7 @@ array (
612
  'status' => 'agency',
613
  'name_clean' => 'essay-writing-service',
614
  ),
615
- 55 =>
616
  array (
617
  'type' => 'CSMM PRO',
618
  'version' => '15.17',
@@ -623,7 +645,7 @@ array (
623
  'status' => 'pro',
624
  'name_clean' => 'fall-video',
625
  ),
626
- 56 =>
627
  array (
628
  'type' => 'CSMM PRO',
629
  'version' => '6.09',
@@ -634,7 +656,7 @@ array (
634
  'status' => 'agency',
635
  'name_clean' => 'fashion',
636
  ),
637
- 57 =>
638
  array (
639
  'type' => 'CSMM PRO',
640
  'version' => '6.09',
@@ -645,7 +667,7 @@ array (
645
  'status' => 'pro',
646
  'name_clean' => 'film-trailer',
647
  ),
648
- 58 =>
649
  array (
650
  'type' => 'CSMM PRO',
651
  'version' => '6.09',
@@ -656,7 +678,7 @@ array (
656
  'status' => 'agency',
657
  'name_clean' => 'financial-counselling',
658
  ),
659
- 59 =>
660
  array (
661
  'type' => 'CSMM PRO',
662
  'version' => '15.17',
@@ -667,7 +689,7 @@ array (
667
  'status' => 'pro',
668
  'name_clean' => 'financial-district',
669
  ),
670
- 60 =>
671
  array (
672
  'type' => 'CSMM PRO',
673
  'version' => '6.09',
@@ -678,7 +700,7 @@ array (
678
  'status' => 'agency',
679
  'name_clean' => 'fitness-e-shop',
680
  ),
681
- 61 =>
682
  array (
683
  'type' => 'CSMM PRO',
684
  'version' => '6.09',
@@ -689,7 +711,7 @@ array (
689
  'status' => 'extra',
690
  'name_clean' => 'florium',
691
  ),
692
- 62 =>
693
  array (
694
  'type' => 'CSMM PRO',
695
  'version' => '15.05',
@@ -700,7 +722,7 @@ array (
700
  'status' => 'agency',
701
  'name_clean' => 'flower-shop',
702
  ),
703
- 63 =>
704
  array (
705
  'type' => 'CSMM PRO',
706
  'version' => '15.17',
@@ -711,7 +733,7 @@ array (
711
  'status' => 'pro',
712
  'name_clean' => 'food-blog',
713
  ),
714
- 64 =>
715
  array (
716
  'type' => 'CSMM PRO',
717
  'version' => '6.00',
@@ -722,7 +744,7 @@ array (
722
  'status' => 'extra',
723
  'name_clean' => 'food-store',
724
  ),
725
- 65 =>
726
  array (
727
  'type' => 'CSMM PRO',
728
  'version' => '6.09',
@@ -733,7 +755,7 @@ array (
733
  'status' => 'pro',
734
  'name_clean' => 'foodie',
735
  ),
736
- 66 =>
737
  array (
738
  'type' => 'CSMM PRO',
739
  'version' => '6.09',
@@ -744,7 +766,7 @@ array (
744
  'status' => 'pro',
745
  'name_clean' => 'football',
746
  ),
747
- 67 =>
748
  array (
749
  'type' => 'CSMM PRO',
750
  'version' => '6.09',
@@ -755,7 +777,7 @@ array (
755
  'status' => 'pro',
756
  'name_clean' => 'frozen-nature',
757
  ),
758
- 68 =>
759
  array (
760
  'type' => 'CSMM PRO',
761
  'version' => '6.09',
@@ -766,7 +788,7 @@ array (
766
  'status' => 'pro',
767
  'name_clean' => 'future-technology',
768
  ),
769
- 69 =>
770
  array (
771
  'type' => 'CSMM PRO',
772
  'version' => '15.17',
@@ -777,7 +799,7 @@ array (
777
  'status' => 'agency',
778
  'name_clean' => 'graphic-design',
779
  ),
780
- 70 =>
781
  array (
782
  'type' => 'CSMM PRO',
783
  'version' => '6.09',
@@ -788,7 +810,7 @@ array (
788
  'status' => 'pro',
789
  'name_clean' => 'greenlife',
790
  ),
791
- 71 =>
792
  array (
793
  'type' => 'CSMM PRO',
794
  'version' => '6.09',
@@ -799,7 +821,7 @@ array (
799
  'status' => 'pro',
800
  'name_clean' => 'halloween',
801
  ),
802
- 72 =>
803
  array (
804
  'type' => 'CSMM PRO',
805
  'version' => '15.17',
@@ -810,7 +832,7 @@ array (
810
  'status' => 'agency',
811
  'name_clean' => 'healthy-eating',
812
  ),
813
- 73 =>
814
  array (
815
  'type' => 'CSMM PRO',
816
  'version' => '6.00',
@@ -821,7 +843,7 @@ array (
821
  'status' => 'extra',
822
  'name_clean' => 'hexagons-video',
823
  ),
824
- 74 =>
825
  array (
826
  'type' => 'CSMM PRO',
827
  'version' => '15.17',
@@ -832,7 +854,7 @@ array (
832
  'status' => 'pro',
833
  'name_clean' => 'holiday-resort',
834
  ),
835
- 75 =>
836
  array (
837
  'type' => 'CSMM PRO',
838
  'version' => '6.09',
@@ -843,7 +865,7 @@ array (
843
  'status' => 'pro',
844
  'name_clean' => 'home-design',
845
  ),
846
- 76 =>
847
  array (
848
  'type' => 'CSMM PRO',
849
  'version' => '15.17',
@@ -854,7 +876,7 @@ array (
854
  'status' => 'pro',
855
  'name_clean' => 'homemade-chocolate-gifts',
856
  ),
857
- 77 =>
858
  array (
859
  'type' => 'CSMM PRO',
860
  'version' => '6.09',
@@ -865,7 +887,7 @@ array (
865
  'status' => 'pro',
866
  'name_clean' => 'hosting',
867
  ),
868
- 78 =>
869
  array (
870
  'type' => 'CSMM PRO',
871
  'version' => '15.17',
@@ -876,7 +898,7 @@ array (
876
  'status' => 'pro',
877
  'name_clean' => 'ice-cream-shop',
878
  ),
879
- 79 =>
880
  array (
881
  'type' => 'CSMM PRO',
882
  'version' => '6.09',
@@ -887,7 +909,7 @@ array (
887
  'status' => 'extra',
888
  'name_clean' => 'in-design',
889
  ),
890
- 80 =>
891
  array (
892
  'type' => 'CSMM PRO',
893
  'version' => '15.17',
@@ -898,7 +920,7 @@ array (
898
  'status' => 'pro',
899
  'name_clean' => 'inspy-romance',
900
  ),
901
- 81 =>
902
  array (
903
  'type' => 'CSMM PRO',
904
  'version' => '15.05',
@@ -909,7 +931,7 @@ array (
909
  'status' => 'agency',
910
  'name_clean' => 'interior-design',
911
  ),
912
- 82 =>
913
  array (
914
  'type' => 'CSMM PRO',
915
  'version' => '6.09',
@@ -920,7 +942,7 @@ array (
920
  'status' => 'agency',
921
  'name_clean' => 'internet-service-provider',
922
  ),
923
- 83 =>
924
  array (
925
  'type' => 'CSMM PRO',
926
  'version' => '6.09',
@@ -931,7 +953,7 @@ array (
931
  'status' => 'pro',
932
  'name_clean' => 'it-conference',
933
  ),
934
- 84 =>
935
  array (
936
  'type' => 'CSMM PRO',
937
  'version' => '5.14',
@@ -942,7 +964,7 @@ array (
942
  'status' => 'agency',
943
  'name_clean' => 'journey-video',
944
  ),
945
- 85 =>
946
  array (
947
  'type' => 'CSMM PRO',
948
  'version' => '15.17',
@@ -953,7 +975,7 @@ array (
953
  'status' => 'pro',
954
  'name_clean' => 'keyword-research',
955
  ),
956
- 86 =>
957
  array (
958
  'type' => 'CSMM PRO',
959
  'version' => '6.09',
@@ -964,7 +986,7 @@ array (
964
  'status' => 'pro',
965
  'name_clean' => 'kids-center',
966
  ),
967
- 87 =>
968
  array (
969
  'type' => 'CSMM PRO',
970
  'version' => '6.09',
@@ -975,7 +997,7 @@ array (
975
  'status' => 'agency',
976
  'name_clean' => 'kids-innovation-program',
977
  ),
978
- 88 =>
979
  array (
980
  'type' => 'CSMM PRO',
981
  'version' => '15.17',
@@ -986,7 +1008,7 @@ array (
986
  'status' => 'agency',
987
  'name_clean' => 'ladies-accessories',
988
  ),
989
- 89 =>
990
  array (
991
  'type' => 'CSMM PRO',
992
  'version' => '6.09',
@@ -997,7 +1019,7 @@ array (
997
  'status' => 'agency',
998
  'name_clean' => 'law',
999
  ),
1000
- 90 =>
1001
  array (
1002
  'type' => 'CSMM PRO',
1003
  'version' => '15.17',
@@ -1008,7 +1030,7 @@ array (
1008
  'status' => 'pro',
1009
  'name_clean' => 'lego-bricks',
1010
  ),
1011
- 91 =>
1012
  array (
1013
  'type' => 'CSMM PRO',
1014
  'version' => '15.17',
@@ -1019,7 +1041,7 @@ array (
1019
  'status' => 'agency',
1020
  'name_clean' => 'loneliness',
1021
  ),
1022
- 92 =>
1023
  array (
1024
  'type' => 'CSMM PRO',
1025
  'version' => '6.00',
@@ -1030,7 +1052,7 @@ array (
1030
  'status' => 'agency',
1031
  'name_clean' => 'lonely-road',
1032
  ),
1033
- 93 =>
1034
  array (
1035
  'type' => 'CSMM PRO',
1036
  'version' => '6.00',
@@ -1041,7 +1063,7 @@ array (
1041
  'status' => 'pro',
1042
  'name_clean' => 'luxury-car',
1043
  ),
1044
- 94 =>
1045
  array (
1046
  'type' => 'CSMM PRO',
1047
  'version' => '5.005',
@@ -1052,7 +1074,7 @@ array (
1052
  'status' => 'pro',
1053
  'name_clean' => 'maintenance-mode',
1054
  ),
1055
- 95 =>
1056
  array (
1057
  'type' => 'CSMM PRO',
1058
  'version' => '5.005',
@@ -1063,7 +1085,7 @@ array (
1063
  'status' => 'agency',
1064
  'name_clean' => 'makeup-artist-training',
1065
  ),
1066
- 96 =>
1067
  array (
1068
  'type' => 'CSMM PRO',
1069
  'version' => '6.09',
@@ -1074,7 +1096,7 @@ array (
1074
  'status' => 'agency',
1075
  'name_clean' => 'marketing-webinar',
1076
  ),
1077
- 97 =>
1078
  array (
1079
  'type' => 'CSMM PRO',
1080
  'version' => '6.09',
@@ -1085,7 +1107,7 @@ array (
1085
  'status' => 'agency',
1086
  'name_clean' => 'metrics-video',
1087
  ),
1088
- 98 =>
1089
  array (
1090
  'type' => 'CSMM PRO',
1091
  'version' => '15.17',
@@ -1096,7 +1118,7 @@ array (
1096
  'status' => 'pro',
1097
  'name_clean' => 'misty-forest-video',
1098
  ),
1099
- 99 =>
1100
  array (
1101
  'type' => 'CSMM PRO',
1102
  'version' => '6.09',
@@ -1107,7 +1129,7 @@ array (
1107
  'status' => 'extra',
1108
  'name_clean' => 'mobile-app',
1109
  ),
1110
- 100 =>
1111
  array (
1112
  'type' => 'CSMM PRO',
1113
  'version' => '6.00',
@@ -1118,7 +1140,7 @@ array (
1118
  'status' => 'agency',
1119
  'name_clean' => 'mobile-designer',
1120
  ),
1121
- 101 =>
1122
  array (
1123
  'type' => 'CSMM PRO',
1124
  'version' => '15.17',
@@ -1129,7 +1151,7 @@ array (
1129
  'status' => 'agency',
1130
  'name_clean' => 'mobile-meeting',
1131
  ),
1132
- 102 =>
1133
  array (
1134
  'type' => 'CSMM PRO',
1135
  'version' => '6.00',
@@ -1140,7 +1162,7 @@ array (
1140
  'status' => 'pro',
1141
  'name_clean' => 'modern-blog',
1142
  ),
1143
- 103 =>
1144
  array (
1145
  'type' => 'CSMM PRO',
1146
  'version' => '15.05',
@@ -1151,7 +1173,7 @@ array (
1151
  'status' => 'agency',
1152
  'name_clean' => 'modern-office',
1153
  ),
1154
- 104 =>
1155
  array (
1156
  'type' => 'CSMM PRO',
1157
  'version' => '15.17',
@@ -1162,7 +1184,18 @@ array (
1162
  'status' => 'agency',
1163
  'name_clean' => 'modern-recipes',
1164
  ),
1165
- 105 =>
 
 
 
 
 
 
 
 
 
 
 
1166
  array (
1167
  'type' => 'CSMM PRO',
1168
  'version' => '15.17',
@@ -1173,7 +1206,7 @@ array (
1173
  'status' => 'pro',
1174
  'name_clean' => 'mountain-slide',
1175
  ),
1176
- 106 =>
1177
  array (
1178
  'type' => 'CSMM PRO',
1179
  'version' => '5.05',
@@ -1184,7 +1217,7 @@ array (
1184
  'status' => 'pro',
1185
  'name_clean' => 'mountain',
1186
  ),
1187
- 107 =>
1188
  array (
1189
  'type' => 'CSMM PRO',
1190
  'version' => '6.09',
@@ -1195,7 +1228,7 @@ array (
1195
  'status' => 'pro',
1196
  'name_clean' => 'movie-trailer-video',
1197
  ),
1198
- 108 =>
1199
  array (
1200
  'type' => 'CSMM PRO',
1201
  'version' => '6.09',
@@ -1206,7 +1239,7 @@ array (
1206
  'status' => 'agency',
1207
  'name_clean' => 'moving-service',
1208
  ),
1209
- 109 =>
1210
  array (
1211
  'type' => 'CSMM PRO',
1212
  'version' => '6.09',
@@ -1217,7 +1250,7 @@ array (
1217
  'status' => 'pro',
1218
  'name_clean' => 'museum',
1219
  ),
1220
- 110 =>
1221
  array (
1222
  'type' => 'CSMM PRO',
1223
  'version' => '6.09',
@@ -1228,7 +1261,7 @@ array (
1228
  'status' => 'pro',
1229
  'name_clean' => 'music-lessons',
1230
  ),
1231
- 111 =>
1232
  array (
1233
  'type' => 'CSMM PRO',
1234
  'version' => '6.09',
@@ -1239,7 +1272,7 @@ array (
1239
  'status' => 'pro',
1240
  'name_clean' => 'music',
1241
  ),
1242
- 112 =>
1243
  array (
1244
  'type' => 'CSMM PRO',
1245
  'version' => '15.05',
@@ -1250,7 +1283,7 @@ array (
1250
  'status' => 'agency',
1251
  'name_clean' => 'nature',
1252
  ),
1253
- 113 =>
1254
  array (
1255
  'type' => 'CSMM PRO',
1256
  'version' => '6.00',
@@ -1261,7 +1294,7 @@ array (
1261
  'status' => 'extra',
1262
  'name_clean' => 'non-profit-organization',
1263
  ),
1264
- 114 =>
1265
  array (
1266
  'type' => 'CSMM PRO',
1267
  'version' => '6.09',
@@ -1272,7 +1305,7 @@ array (
1272
  'status' => 'pro',
1273
  'name_clean' => 'nutritionist',
1274
  ),
1275
- 115 =>
1276
  array (
1277
  'type' => 'CSMM PRO',
1278
  'version' => '5.14',
@@ -1283,7 +1316,7 @@ array (
1283
  'status' => 'agency',
1284
  'name_clean' => 'office-meeting-video',
1285
  ),
1286
- 116 =>
1287
  array (
1288
  'type' => 'CSMM PRO',
1289
  'version' => '15.05',
@@ -1294,7 +1327,7 @@ array (
1294
  'status' => 'agency',
1295
  'name_clean' => 'office-theme',
1296
  ),
1297
- 117 =>
1298
  array (
1299
  'type' => 'CSMM PRO',
1300
  'version' => '6.09',
@@ -1305,7 +1338,7 @@ array (
1305
  'status' => 'pro',
1306
  'name_clean' => 'online-food-delivery',
1307
  ),
1308
- 118 =>
1309
  array (
1310
  'type' => 'CSMM PRO',
1311
  'version' => '5.005',
@@ -1316,7 +1349,7 @@ array (
1316
  'status' => 'agency',
1317
  'name_clean' => 'online-learning',
1318
  ),
1319
- 119 =>
1320
  array (
1321
  'type' => 'CSMM PRO',
1322
  'version' => '6.09',
@@ -1327,7 +1360,7 @@ array (
1327
  'status' => 'pro',
1328
  'name_clean' => 'online-shopping',
1329
  ),
1330
- 120 =>
1331
  array (
1332
  'type' => 'CSMM PRO',
1333
  'version' => '6.09',
@@ -1338,7 +1371,7 @@ array (
1338
  'status' => 'pro',
1339
  'name_clean' => 'organic-cosmetics',
1340
  ),
1341
- 121 =>
1342
  array (
1343
  'type' => 'CSMM PRO',
1344
  'version' => '6.09',
@@ -1349,7 +1382,7 @@ array (
1349
  'status' => 'agency',
1350
  'name_clean' => 'organic-farming',
1351
  ),
1352
- 122 =>
1353
  array (
1354
  'type' => 'CSMM PRO',
1355
  'version' => '6.00',
@@ -1360,7 +1393,7 @@ array (
1360
  'status' => 'pro',
1361
  'name_clean' => 'pancake-house',
1362
  ),
1363
- 123 =>
1364
  array (
1365
  'type' => 'CSMM PRO',
1366
  'version' => '6.00',
@@ -1371,7 +1404,7 @@ array (
1371
  'status' => 'pro',
1372
  'name_clean' => 'parenting',
1373
  ),
1374
- 124 =>
1375
  array (
1376
  'type' => 'CSMM PRO',
1377
  'version' => '6.09',
@@ -1382,7 +1415,7 @@ array (
1382
  'status' => 'pro',
1383
  'name_clean' => 'parents-online',
1384
  ),
1385
- 125 =>
1386
  array (
1387
  'type' => 'CSMM PRO',
1388
  'version' => '15.17',
@@ -1393,7 +1426,7 @@ array (
1393
  'status' => 'pro',
1394
  'name_clean' => 'passage',
1395
  ),
1396
- 126 =>
1397
  array (
1398
  'type' => 'CSMM PRO',
1399
  'version' => '15.17',
@@ -1404,7 +1437,7 @@ array (
1404
  'status' => 'agency',
1405
  'name_clean' => 'peaceful-river',
1406
  ),
1407
- 127 =>
1408
  array (
1409
  'type' => 'CSMM PRO',
1410
  'version' => '6.09',
@@ -1415,7 +1448,7 @@ array (
1415
  'status' => 'pro',
1416
  'name_clean' => 'perfume-shop',
1417
  ),
1418
- 128 =>
1419
  array (
1420
  'type' => 'CSMM PRO',
1421
  'version' => '6.09',
@@ -1426,7 +1459,7 @@ array (
1426
  'status' => 'pro',
1427
  'name_clean' => 'personal-trainer',
1428
  ),
1429
- 129 =>
1430
  array (
1431
  'type' => 'CSMM PRO',
1432
  'version' => '6.09',
@@ -1437,7 +1470,7 @@ array (
1437
  'status' => 'agency',
1438
  'name_clean' => 'photo-studio',
1439
  ),
1440
- 130 =>
1441
  array (
1442
  'type' => 'CSMM PRO',
1443
  'version' => '6.09',
@@ -1448,7 +1481,7 @@ array (
1448
  'status' => 'agency',
1449
  'name_clean' => 'photography',
1450
  ),
1451
- 131 =>
1452
  array (
1453
  'type' => 'CSMM PRO',
1454
  'version' => '6.09',
@@ -1459,7 +1492,7 @@ array (
1459
  'status' => 'pro',
1460
  'name_clean' => 'plumbing',
1461
  ),
1462
- 132 =>
1463
  array (
1464
  'type' => 'CSMM PRO',
1465
  'version' => '6.00',
@@ -1470,7 +1503,7 @@ array (
1470
  'status' => 'extra',
1471
  'name_clean' => 'podcast',
1472
  ),
1473
- 133 =>
1474
  array (
1475
  'type' => 'CSMM PRO',
1476
  'version' => '6.09',
@@ -1481,7 +1514,18 @@ array (
1481
  'status' => 'extra',
1482
  'name_clean' => 'portfolio',
1483
  ),
1484
- 134 =>
 
 
 
 
 
 
 
 
 
 
 
1485
  array (
1486
  'type' => 'CSMM PRO',
1487
  'version' => '6.09',
@@ -1492,7 +1536,7 @@ array (
1492
  'status' => 'pro',
1493
  'name_clean' => 'real-estate',
1494
  ),
1495
- 135 =>
1496
  array (
1497
  'type' => 'CSMM PRO',
1498
  'version' => '6.09',
@@ -1503,7 +1547,7 @@ array (
1503
  'status' => 'agency',
1504
  'name_clean' => 'remote-work',
1505
  ),
1506
- 136 =>
1507
  array (
1508
  'type' => 'CSMM PRO',
1509
  'version' => '6.09',
@@ -1514,7 +1558,7 @@ array (
1514
  'status' => 'agency',
1515
  'name_clean' => 'restaurant',
1516
  ),
1517
- 137 =>
1518
  array (
1519
  'type' => 'CSMM PRO',
1520
  'version' => '6.09',
@@ -1525,7 +1569,7 @@ array (
1525
  'status' => 'agency',
1526
  'name_clean' => 'romantic-travels',
1527
  ),
1528
- 138 =>
1529
  array (
1530
  'type' => 'CSMM PRO',
1531
  'version' => '15.17',
@@ -1536,7 +1580,7 @@ array (
1536
  'status' => 'agency',
1537
  'name_clean' => 'running-blog',
1538
  ),
1539
- 139 =>
1540
  array (
1541
  'type' => 'CSMM PRO',
1542
  'version' => '15.14',
@@ -1547,7 +1591,7 @@ array (
1547
  'status' => 'pro',
1548
  'name_clean' => 'running-video',
1549
  ),
1550
- 140 =>
1551
  array (
1552
  'type' => 'CSMM PRO',
1553
  'version' => '6.09',
@@ -1558,7 +1602,7 @@ array (
1558
  'status' => 'agency',
1559
  'name_clean' => 'scholar-university',
1560
  ),
1561
- 141 =>
1562
  array (
1563
  'type' => 'CSMM PRO',
1564
  'version' => '6.09',
@@ -1569,7 +1613,7 @@ array (
1569
  'status' => 'agency',
1570
  'name_clean' => 'seo-digital-marketing',
1571
  ),
1572
- 142 =>
1573
  array (
1574
  'type' => 'CSMM PRO',
1575
  'version' => '5.005',
@@ -1580,7 +1624,7 @@ array (
1580
  'status' => 'agency',
1581
  'name_clean' => 'shoes-store',
1582
  ),
1583
- 143 =>
1584
  array (
1585
  'type' => 'CSMM PRO',
1586
  'version' => '6.00',
@@ -1591,7 +1635,7 @@ array (
1591
  'status' => 'pro',
1592
  'name_clean' => 'simple-beige-design',
1593
  ),
1594
- 144 =>
1595
  array (
1596
  'type' => 'CSMM PRO',
1597
  'version' => '6.00',
@@ -1602,7 +1646,7 @@ array (
1602
  'status' => 'extra',
1603
  'name_clean' => 'skin-care',
1604
  ),
1605
- 145 =>
1606
  array (
1607
  'type' => 'CSMM PRO',
1608
  'version' => '6.09',
@@ -1613,7 +1657,7 @@ array (
1613
  'status' => 'agency',
1614
  'name_clean' => 'skincare',
1615
  ),
1616
- 146 =>
1617
  array (
1618
  'type' => 'CSMM PRO',
1619
  'version' => '6.09',
@@ -1624,7 +1668,7 @@ array (
1624
  'status' => 'pro',
1625
  'name_clean' => 'snow-screensaver-video',
1626
  ),
1627
- 147 =>
1628
  array (
1629
  'type' => 'CSMM PRO',
1630
  'version' => '15.17',
@@ -1635,7 +1679,7 @@ array (
1635
  'status' => 'pro',
1636
  'name_clean' => 'snowboarding-blog',
1637
  ),
1638
- 148 =>
1639
  array (
1640
  'type' => 'CSMM PRO',
1641
  'version' => '6.00',
@@ -1646,7 +1690,7 @@ array (
1646
  'status' => 'pro',
1647
  'name_clean' => 'snowy-mountain',
1648
  ),
1649
- 149 =>
1650
  array (
1651
  'type' => 'CSMM PRO',
1652
  'version' => '6.09',
@@ -1657,7 +1701,7 @@ array (
1657
  'status' => 'pro',
1658
  'name_clean' => 'snowy-oasis',
1659
  ),
1660
- 150 =>
1661
  array (
1662
  'type' => 'CSMM PRO',
1663
  'version' => '6.09',
@@ -1668,7 +1712,7 @@ array (
1668
  'status' => 'agency',
1669
  'name_clean' => 'social-media-service',
1670
  ),
1671
- 151 =>
1672
  array (
1673
  'type' => 'CSMM PRO',
1674
  'version' => '6.09',
@@ -1679,7 +1723,7 @@ array (
1679
  'status' => 'extra',
1680
  'name_clean' => 'social-media',
1681
  ),
1682
- 152 =>
1683
  array (
1684
  'type' => 'CSMM PRO',
1685
  'version' => '6.09',
@@ -1690,7 +1734,7 @@ array (
1690
  'status' => 'agency',
1691
  'name_clean' => 'spa-beauty-studio',
1692
  ),
1693
- 153 =>
1694
  array (
1695
  'type' => 'CSMM PRO',
1696
  'version' => '15.17',
@@ -1701,7 +1745,7 @@ array (
1701
  'status' => 'agency',
1702
  'name_clean' => 'spa',
1703
  ),
1704
- 154 =>
1705
  array (
1706
  'type' => 'CSMM PRO',
1707
  'version' => '6.09',
@@ -1712,7 +1756,7 @@ array (
1712
  'status' => 'agency',
1713
  'name_clean' => 'sport-shop',
1714
  ),
1715
- 155 =>
1716
  array (
1717
  'type' => 'CSMM PRO',
1718
  'version' => '6.09',
@@ -1723,7 +1767,7 @@ array (
1723
  'status' => 'pro',
1724
  'name_clean' => 'spring-sale',
1725
  ),
1726
- 156 =>
1727
  array (
1728
  'type' => 'CSMM PRO',
1729
  'version' => '6.09',
@@ -1734,7 +1778,7 @@ array (
1734
  'status' => 'agency',
1735
  'name_clean' => 'spring',
1736
  ),
1737
- 157 =>
1738
  array (
1739
  'type' => 'CSMM PRO',
1740
  'version' => '15.17',
@@ -1745,7 +1789,7 @@ array (
1745
  'status' => 'pro',
1746
  'name_clean' => 'startup',
1747
  ),
1748
- 158 =>
1749
  array (
1750
  'type' => 'CSMM PRO',
1751
  'version' => '6.09',
@@ -1756,7 +1800,7 @@ array (
1756
  'status' => 'agency',
1757
  'name_clean' => 'stat-team',
1758
  ),
1759
- 159 =>
1760
  array (
1761
  'type' => 'CSMM PRO',
1762
  'version' => '6.09',
@@ -1767,7 +1811,7 @@ array (
1767
  'status' => 'extra',
1768
  'name_clean' => 'statistics-survey',
1769
  ),
1770
- 160 =>
1771
  array (
1772
  'type' => 'CSMM PRO',
1773
  'version' => '6.09',
@@ -1778,7 +1822,7 @@ array (
1778
  'status' => 'agency',
1779
  'name_clean' => 'studio-design',
1780
  ),
1781
- 161 =>
1782
  array (
1783
  'type' => 'CSMM PRO',
1784
  'version' => '15.17',
@@ -1789,7 +1833,7 @@ array (
1789
  'status' => 'pro',
1790
  'name_clean' => 'stylish-workplace',
1791
  ),
1792
- 162 =>
1793
  array (
1794
  'type' => 'CSMM PRO',
1795
  'version' => '6.09',
@@ -1800,7 +1844,7 @@ array (
1800
  'status' => 'pro',
1801
  'name_clean' => 'tattoo-studio',
1802
  ),
1803
- 163 =>
1804
  array (
1805
  'type' => 'CSMM PRO',
1806
  'version' => '6.00',
@@ -1811,7 +1855,7 @@ array (
1811
  'status' => 'extra',
1812
  'name_clean' => 'tech',
1813
  ),
1814
- 164 =>
1815
  array (
1816
  'type' => 'CSMM PRO',
1817
  'version' => '6.09',
@@ -1822,7 +1866,7 @@ array (
1822
  'status' => 'pro',
1823
  'name_clean' => 'techexpo',
1824
  ),
1825
- 165 =>
1826
  array (
1827
  'type' => 'CSMM PRO',
1828
  'version' => '6.09',
@@ -1833,7 +1877,7 @@ array (
1833
  'status' => 'agency',
1834
  'name_clean' => 'telecommunication',
1835
  ),
1836
- 166 =>
1837
  array (
1838
  'type' => 'CSMM PRO',
1839
  'version' => '6.00',
@@ -1844,7 +1888,7 @@ array (
1844
  'status' => 'agency',
1845
  'name_clean' => 'the-big-city-newsletter',
1846
  ),
1847
- 167 =>
1848
  array (
1849
  'type' => 'CSMM PRO',
1850
  'version' => '6.09',
@@ -1855,7 +1899,7 @@ array (
1855
  'status' => 'pro',
1856
  'name_clean' => 'the-sunny-view',
1857
  ),
1858
- 168 =>
1859
  array (
1860
  'type' => 'CSMM PRO',
1861
  'version' => '6.09',
@@ -1866,7 +1910,7 @@ array (
1866
  'status' => 'agency',
1867
  'name_clean' => 'theatre',
1868
  ),
1869
- 169 =>
1870
  array (
1871
  'type' => 'CSMM PRO',
1872
  'version' => '5.001',
@@ -1877,7 +1921,7 @@ array (
1877
  'status' => 'pro',
1878
  'name_clean' => 'travel-agency',
1879
  ),
1880
- 170 =>
1881
  array (
1882
  'type' => 'CSMM PRO',
1883
  'version' => '15.05',
@@ -1888,7 +1932,7 @@ array (
1888
  'status' => 'agency',
1889
  'name_clean' => 'travel-blog',
1890
  ),
1891
- 171 =>
1892
  array (
1893
  'type' => 'CSMM PRO',
1894
  'version' => '6.09',
@@ -1899,7 +1943,7 @@ array (
1899
  'status' => 'agency',
1900
  'name_clean' => 'travel',
1901
  ),
1902
- 172 =>
1903
  array (
1904
  'type' => 'CSMM PRO',
1905
  'version' => '6.09',
@@ -1910,7 +1954,7 @@ array (
1910
  'status' => 'agency',
1911
  'name_clean' => 'tulips',
1912
  ),
1913
- 173 =>
1914
  array (
1915
  'type' => 'CSMM PRO',
1916
  'version' => '6.09',
@@ -1921,7 +1965,7 @@ array (
1921
  'status' => 'pro',
1922
  'name_clean' => 'valentines-day',
1923
  ),
1924
- 174 =>
1925
  array (
1926
  'type' => 'CSMM PRO',
1927
  'version' => '5.001',
@@ -1932,7 +1976,7 @@ array (
1932
  'status' => 'pro',
1933
  'name_clean' => 'video-production',
1934
  ),
1935
- 175 =>
1936
  array (
1937
  'type' => 'CSMM PRO',
1938
  'version' => '6.09',
@@ -1943,7 +1987,7 @@ array (
1943
  'status' => 'agency',
1944
  'name_clean' => 'virtual-assistant-service',
1945
  ),
1946
- 176 =>
1947
  array (
1948
  'type' => 'CSMM PRO',
1949
  'version' => '6.09',
@@ -1954,7 +1998,7 @@ array (
1954
  'status' => 'pro',
1955
  'name_clean' => 'virtual-reality',
1956
  ),
1957
- 177 =>
1958
  array (
1959
  'type' => 'CSMM PRO',
1960
  'version' => '6.09',
@@ -1965,7 +2009,7 @@ array (
1965
  'status' => 'pro',
1966
  'name_clean' => 'walking-away-video',
1967
  ),
1968
- 178 =>
1969
  array (
1970
  'type' => 'CSMM PRO',
1971
  'version' => '6.09',
@@ -1976,7 +2020,7 @@ array (
1976
  'status' => 'extra',
1977
  'name_clean' => 'web-security',
1978
  ),
1979
- 179 =>
1980
  array (
1981
  'type' => 'CSMM PRO',
1982
  'version' => '5.005',
@@ -1987,7 +2031,7 @@ array (
1987
  'status' => 'agency',
1988
  'name_clean' => 'webinar',
1989
  ),
1990
- 180 =>
1991
  array (
1992
  'type' => 'CSMM PRO',
1993
  'version' => '5.005',
@@ -1998,7 +2042,7 @@ array (
1998
  'status' => 'agency',
1999
  'name_clean' => 'wedding-blog',
2000
  ),
2001
- 181 =>
2002
  array (
2003
  'type' => 'CSMM PRO',
2004
  'version' => '6.09',
@@ -2009,7 +2053,7 @@ array (
2009
  'status' => 'extra',
2010
  'name_clean' => 'wedding',
2011
  ),
2012
- 182 =>
2013
  array (
2014
  'type' => 'CSMM PRO',
2015
  'version' => '6.09',
@@ -2020,7 +2064,7 @@ array (
2020
  'status' => 'pro',
2021
  'name_clean' => 'white-orchids',
2022
  ),
2023
- 183 =>
2024
  array (
2025
  'type' => 'CSMM PRO',
2026
  'version' => '6.09',
@@ -2031,7 +2075,7 @@ array (
2031
  'status' => 'pro',
2032
  'name_clean' => 'winery',
2033
  ),
2034
- 184 =>
2035
  array (
2036
  'type' => 'CSMM PRO',
2037
  'version' => '6.09',
@@ -2042,7 +2086,7 @@ array (
2042
  'status' => 'pro',
2043
  'name_clean' => 'winter-sale',
2044
  ),
2045
- 185 =>
2046
  array (
2047
  'type' => 'CSMM PRO',
2048
  'version' => '6.09',
@@ -2053,7 +2097,7 @@ array (
2053
  'status' => 'agency',
2054
  'name_clean' => 'working-out',
2055
  ),
2056
- 186 =>
2057
  array (
2058
  'type' => 'CSMM PRO',
2059
  'version' => '15.05',
@@ -2064,7 +2108,7 @@ array (
2064
  'status' => 'agency',
2065
  'name_clean' => 'workplace',
2066
  ),
2067
- 187 =>
2068
  array (
2069
  'type' => 'CSMM PRO',
2070
  'version' => '6.09',
@@ -2075,7 +2119,7 @@ array (
2075
  'status' => 'agency',
2076
  'name_clean' => 'writing-service-video',
2077
  ),
2078
- 188 =>
2079
  array (
2080
  'type' => 'CSMM PRO',
2081
  'version' => '6.09',
@@ -2112,7 +2156,7 @@ array_unshift($themes, array('name' => 'Default', 'name_clean' => 'default', 'st
2112
 
2113
  <?php
2114
  if (!is_plugin_active('accessibe/accessiebe.php')) {
2115
- echo '<p style="padding: 10px; border: 2px solid #fe2929;"><b>Make your website accessible to everyone</b> - Having an accessible website is a must in 2021. It will not only save you from hefty fines but grow your audience too. Make your site accessible from day one! <a href="#" class="open-accessibe-upsell">Install the accessiBe plugin</a> from the wp.org repo and make your site accessible in a few clicks.';
2116
  echo '</p>';
2117
  }
2118
  ?>
415
  'name_clean' => 'coffee-shop',
416
  ),
417
  37 =>
418
+ array (
419
+ 'type' => 'CSMM PRO',
420
+ 'version' => '6.09',
421
+ 'last_edit' => 'Fri, 29 Jan 2021 07:41:42 +0000',
422
+ 'name' => 'Coffeehouse',
423
+ 'description' => '',
424
+ 'frontpage' => '1',
425
+ 'status' => 'agency',
426
+ 'name_clean' => 'coffeehouse',
427
+ ),
428
+ 38 =>
429
  array (
430
  'type' => 'CSMM PRO',
431
  'version' => '6.09',
436
  'status' => 'agency',
437
  'name_clean' => 'cold-lake',
438
  ),
439
+ 39 =>
440
  array (
441
  'type' => 'CSMM PRO',
442
  'version' => '6.09',
447
  'status' => 'agency',
448
  'name_clean' => 'computer-repair-service',
449
  ),
450
+ 40 =>
451
  array (
452
  'type' => 'CSMM PRO',
453
  'version' => '6.09',
458
  'status' => 'pro',
459
  'name_clean' => 'concert',
460
  ),
461
+ 41 =>
462
  array (
463
  'type' => 'CSMM PRO',
464
  'version' => '6.09',
469
  'status' => 'pro',
470
  'name_clean' => 'conference-event',
471
  ),
472
+ 42 =>
473
  array (
474
  'type' => 'CSMM PRO',
475
  'version' => '6.09',
480
  'status' => 'agency',
481
  'name_clean' => 'construction-company',
482
  ),
483
+ 43 =>
484
  array (
485
  'type' => 'CSMM PRO',
486
  'version' => '6.09',
491
  'status' => 'agency',
492
  'name_clean' => 'creative-design',
493
  ),
494
+ 44 =>
495
  array (
496
  'type' => 'CSMM PRO',
497
  'version' => '6.09',
502
  'status' => 'agency',
503
  'name_clean' => 'custom-decor',
504
  ),
505
+ 45 =>
506
  array (
507
  'type' => 'CSMM PRO',
508
  'version' => '6.09',
513
  'status' => 'pro',
514
  'name_clean' => 'cyber-security',
515
  ),
516
+ 46 =>
517
  array (
518
  'type' => 'CSMM PRO',
519
  'version' => '5.005',
524
  'status' => 'pro',
525
  'name_clean' => 'default',
526
  ),
527
+ 47 =>
528
  array (
529
  'type' => 'CSMM PRO',
530
  'version' => '15.17',
535
  'status' => 'agency',
536
  'name_clean' => 'dental-clinic',
537
  ),
538
+ 48 =>
539
  array (
540
  'type' => 'CSMM PRO',
541
  'version' => '15.17',
546
  'status' => 'agency',
547
  'name_clean' => 'digital-agency',
548
  ),
549
+ 49 =>
550
  array (
551
  'type' => 'CSMM PRO',
552
  'version' => '15.17',
557
  'status' => 'pro',
558
  'name_clean' => 'dog-shelter',
559
  ),
560
+ 50 =>
561
  array (
562
  'type' => 'CSMM PRO',
563
  'version' => '5.001',
568
  'status' => 'agency',
569
  'name_clean' => 'dog-training-and-behavior-consulting',
570
  ),
571
+ 51 =>
572
+ array (
573
+ 'type' => 'CSMM PRO',
574
+ 'version' => '6.09',
575
+ 'last_edit' => 'Wed, 27 Jan 2021 15:02:15 +0000',
576
+ 'name' => 'Domain Listing',
577
+ 'description' => '',
578
+ 'frontpage' => '1',
579
+ 'status' => 'pro',
580
+ 'name_clean' => 'domain-listing',
581
+ ),
582
+ 52 =>
583
  array (
584
  'type' => 'CSMM PRO',
585
  'version' => '15.17',
590
  'status' => 'agency',
591
  'name_clean' => 'donation',
592
  ),
593
+ 53 =>
594
  array (
595
  'type' => 'CSMM PRO',
596
  'version' => '6.09',
601
  'status' => 'extra',
602
  'name_clean' => 'ecommerce',
603
  ),
604
+ 54 =>
605
  array (
606
  'type' => 'CSMM PRO',
607
  'version' => '6.09',
612
  'status' => 'pro',
613
  'name_clean' => 'email-platform',
614
  ),
615
+ 55 =>
616
  array (
617
  'type' => 'CSMM PRO',
618
  'version' => '6.09',
623
  'status' => 'pro',
624
  'name_clean' => 'employment',
625
  ),
626
+ 56 =>
627
  array (
628
  'type' => 'CSMM PRO',
629
  'version' => '6.09',
634
  'status' => 'agency',
635
  'name_clean' => 'essay-writing-service',
636
  ),
637
+ 57 =>
638
  array (
639
  'type' => 'CSMM PRO',
640
  'version' => '15.17',
645
  'status' => 'pro',
646
  'name_clean' => 'fall-video',
647
  ),
648
+ 58 =>
649
  array (
650
  'type' => 'CSMM PRO',
651
  'version' => '6.09',
656
  'status' => 'agency',
657
  'name_clean' => 'fashion',
658
  ),
659
+ 59 =>
660
  array (
661
  'type' => 'CSMM PRO',
662
  'version' => '6.09',
667
  'status' => 'pro',
668
  'name_clean' => 'film-trailer',
669
  ),
670
+ 60 =>
671
  array (
672
  'type' => 'CSMM PRO',
673
  'version' => '6.09',
678
  'status' => 'agency',
679
  'name_clean' => 'financial-counselling',
680
  ),
681
+ 61 =>
682
  array (
683
  'type' => 'CSMM PRO',
684
  'version' => '15.17',
689
  'status' => 'pro',
690
  'name_clean' => 'financial-district',
691
  ),
692
+ 62 =>
693
  array (
694
  'type' => 'CSMM PRO',
695
  'version' => '6.09',
700
  'status' => 'agency',
701
  'name_clean' => 'fitness-e-shop',
702
  ),
703
+ 63 =>
704
  array (
705
  'type' => 'CSMM PRO',
706
  'version' => '6.09',
711
  'status' => 'extra',
712
  'name_clean' => 'florium',
713
  ),
714
+ 64 =>
715
  array (
716
  'type' => 'CSMM PRO',
717
  'version' => '15.05',
722
  'status' => 'agency',
723
  'name_clean' => 'flower-shop',
724
  ),
725
+ 65 =>
726
  array (
727
  'type' => 'CSMM PRO',
728
  'version' => '15.17',
733
  'status' => 'pro',
734
  'name_clean' => 'food-blog',
735
  ),
736
+ 66 =>
737
  array (
738
  'type' => 'CSMM PRO',
739
  'version' => '6.00',
744
  'status' => 'extra',
745
  'name_clean' => 'food-store',
746
  ),
747
+ 67 =>
748
  array (
749
  'type' => 'CSMM PRO',
750
  'version' => '6.09',
755
  'status' => 'pro',
756
  'name_clean' => 'foodie',
757
  ),
758
+ 68 =>
759
  array (
760
  'type' => 'CSMM PRO',
761
  'version' => '6.09',
766
  'status' => 'pro',
767
  'name_clean' => 'football',
768
  ),
769
+ 69 =>
770
  array (
771
  'type' => 'CSMM PRO',
772
  'version' => '6.09',
777
  'status' => 'pro',
778
  'name_clean' => 'frozen-nature',
779
  ),
780
+ 70 =>
781
  array (
782
  'type' => 'CSMM PRO',
783
  'version' => '6.09',
788
  'status' => 'pro',
789
  'name_clean' => 'future-technology',
790
  ),
791
+ 71 =>
792
  array (
793
  'type' => 'CSMM PRO',
794
  'version' => '15.17',
799
  'status' => 'agency',
800
  'name_clean' => 'graphic-design',
801
  ),
802
+ 72 =>
803
  array (
804
  'type' => 'CSMM PRO',
805
  'version' => '6.09',
810
  'status' => 'pro',
811
  'name_clean' => 'greenlife',
812
  ),
813
+ 73 =>
814
  array (
815
  'type' => 'CSMM PRO',
816
  'version' => '6.09',
821
  'status' => 'pro',
822
  'name_clean' => 'halloween',
823
  ),
824
+ 74 =>
825
  array (
826
  'type' => 'CSMM PRO',
827
  'version' => '15.17',
832
  'status' => 'agency',
833
  'name_clean' => 'healthy-eating',
834
  ),
835
+ 75 =>
836
  array (
837
  'type' => 'CSMM PRO',
838
  'version' => '6.00',
843
  'status' => 'extra',
844
  'name_clean' => 'hexagons-video',
845
  ),
846
+ 76 =>
847
  array (
848
  'type' => 'CSMM PRO',
849
  'version' => '15.17',
854
  'status' => 'pro',
855
  'name_clean' => 'holiday-resort',
856
  ),
857
+ 77 =>
858
  array (
859
  'type' => 'CSMM PRO',
860
  'version' => '6.09',
865
  'status' => 'pro',
866
  'name_clean' => 'home-design',
867
  ),
868
+ 78 =>
869
  array (
870
  'type' => 'CSMM PRO',
871
  'version' => '15.17',
876
  'status' => 'pro',
877
  'name_clean' => 'homemade-chocolate-gifts',
878
  ),
879
+ 79 =>
880
  array (
881
  'type' => 'CSMM PRO',
882
  'version' => '6.09',
887
  'status' => 'pro',
888
  'name_clean' => 'hosting',
889
  ),
890
+ 80 =>
891
  array (
892
  'type' => 'CSMM PRO',
893
  'version' => '15.17',
898
  'status' => 'pro',
899
  'name_clean' => 'ice-cream-shop',
900
  ),
901
+ 81 =>
902
  array (
903
  'type' => 'CSMM PRO',
904
  'version' => '6.09',
909
  'status' => 'extra',
910
  'name_clean' => 'in-design',
911
  ),
912
+ 82 =>
913
  array (
914
  'type' => 'CSMM PRO',
915
  'version' => '15.17',
920
  'status' => 'pro',
921
  'name_clean' => 'inspy-romance',
922
  ),
923
+ 83 =>
924
  array (
925
  'type' => 'CSMM PRO',
926
  'version' => '15.05',
931
  'status' => 'agency',
932
  'name_clean' => 'interior-design',
933
  ),
934
+ 84 =>
935
  array (
936
  'type' => 'CSMM PRO',
937
  'version' => '6.09',
942
  'status' => 'agency',
943
  'name_clean' => 'internet-service-provider',
944
  ),
945
+ 85 =>
946
  array (
947
  'type' => 'CSMM PRO',
948
  'version' => '6.09',
953
  'status' => 'pro',
954
  'name_clean' => 'it-conference',
955
  ),
956
+ 86 =>
957
  array (
958
  'type' => 'CSMM PRO',
959
  'version' => '5.14',
964
  'status' => 'agency',
965
  'name_clean' => 'journey-video',
966
  ),
967
+ 87 =>
968
  array (
969
  'type' => 'CSMM PRO',
970
  'version' => '15.17',
975
  'status' => 'pro',
976
  'name_clean' => 'keyword-research',
977
  ),
978
+ 88 =>
979
  array (
980
  'type' => 'CSMM PRO',
981
  'version' => '6.09',
986
  'status' => 'pro',
987
  'name_clean' => 'kids-center',
988
  ),
989
+ 89 =>
990
  array (
991
  'type' => 'CSMM PRO',
992
  'version' => '6.09',
997
  'status' => 'agency',
998
  'name_clean' => 'kids-innovation-program',
999
  ),
1000
+ 90 =>
1001
  array (
1002
  'type' => 'CSMM PRO',
1003
  'version' => '15.17',
1008
  'status' => 'agency',
1009
  'name_clean' => 'ladies-accessories',
1010
  ),
1011
+ 91 =>
1012
  array (
1013
  'type' => 'CSMM PRO',
1014
  'version' => '6.09',
1019
  'status' => 'agency',
1020
  'name_clean' => 'law',
1021
  ),
1022
+ 92 =>
1023
  array (
1024
  'type' => 'CSMM PRO',
1025
  'version' => '15.17',
1030
  'status' => 'pro',
1031
  'name_clean' => 'lego-bricks',
1032
  ),
1033
+ 93 =>
1034
  array (
1035
  'type' => 'CSMM PRO',
1036
  'version' => '15.17',
1041
  'status' => 'agency',
1042
  'name_clean' => 'loneliness',
1043
  ),
1044
+ 94 =>
1045
  array (
1046
  'type' => 'CSMM PRO',
1047
  'version' => '6.00',
1052
  'status' => 'agency',
1053
  'name_clean' => 'lonely-road',
1054
  ),
1055
+ 95 =>
1056
  array (
1057
  'type' => 'CSMM PRO',
1058
  'version' => '6.00',
1063
  'status' => 'pro',
1064
  'name_clean' => 'luxury-car',
1065
  ),
1066
+ 96 =>
1067
  array (
1068
  'type' => 'CSMM PRO',
1069
  'version' => '5.005',
1074
  'status' => 'pro',
1075
  'name_clean' => 'maintenance-mode',
1076
  ),
1077
+ 97 =>
1078
  array (
1079
  'type' => 'CSMM PRO',
1080
  'version' => '5.005',
1085
  'status' => 'agency',
1086
  'name_clean' => 'makeup-artist-training',
1087
  ),
1088
+ 98 =>
1089
  array (
1090
  'type' => 'CSMM PRO',
1091
  'version' => '6.09',
1096
  'status' => 'agency',
1097
  'name_clean' => 'marketing-webinar',
1098
  ),
1099
+ 99 =>
1100
  array (
1101
  'type' => 'CSMM PRO',
1102
  'version' => '6.09',
1107
  'status' => 'agency',
1108
  'name_clean' => 'metrics-video',
1109
  ),
1110
+ 100 =>
1111
  array (
1112
  'type' => 'CSMM PRO',
1113
  'version' => '15.17',
1118
  'status' => 'pro',
1119
  'name_clean' => 'misty-forest-video',
1120
  ),
1121
+ 101 =>
1122
  array (
1123
  'type' => 'CSMM PRO',
1124
  'version' => '6.09',
1129
  'status' => 'extra',
1130
  'name_clean' => 'mobile-app',
1131
  ),
1132
+ 102 =>
1133
  array (
1134
  'type' => 'CSMM PRO',
1135
  'version' => '6.00',
1140
  'status' => 'agency',
1141
  'name_clean' => 'mobile-designer',
1142
  ),
1143
+ 103 =>
1144
  array (
1145
  'type' => 'CSMM PRO',
1146
  'version' => '15.17',
1151
  'status' => 'agency',
1152
  'name_clean' => 'mobile-meeting',
1153
  ),
1154
+ 104 =>
1155
  array (
1156
  'type' => 'CSMM PRO',
1157
  'version' => '6.00',
1162
  'status' => 'pro',
1163
  'name_clean' => 'modern-blog',
1164
  ),
1165
+ 105 =>
1166
  array (
1167
  'type' => 'CSMM PRO',
1168
  'version' => '15.05',
1173
  'status' => 'agency',
1174
  'name_clean' => 'modern-office',
1175
  ),
1176
+ 106 =>
1177
  array (
1178
  'type' => 'CSMM PRO',
1179
  'version' => '15.17',
1184
  'status' => 'agency',
1185
  'name_clean' => 'modern-recipes',
1186
  ),
1187
+ 107 =>
1188
+ array (
1189
+ 'type' => 'CSMM PRO',
1190
+ 'version' => '6.09',
1191
+ 'last_edit' => 'Wed, 27 Jan 2021 13:59:02 +0000',
1192
+ 'name' => 'Moderno Kids Shop',
1193
+ 'description' => '',
1194
+ 'frontpage' => '1',
1195
+ 'status' => 'agency',
1196
+ 'name_clean' => 'moderno-kids-shop',
1197
+ ),
1198
+ 108 =>
1199
  array (
1200
  'type' => 'CSMM PRO',
1201
  'version' => '15.17',
1206
  'status' => 'pro',
1207
  'name_clean' => 'mountain-slide',
1208
  ),
1209
+ 109 =>
1210
  array (
1211
  'type' => 'CSMM PRO',
1212
  'version' => '5.05',
1217
  'status' => 'pro',
1218
  'name_clean' => 'mountain',
1219
  ),
1220
+ 110 =>
1221
  array (
1222
  'type' => 'CSMM PRO',
1223
  'version' => '6.09',
1228
  'status' => 'pro',
1229
  'name_clean' => 'movie-trailer-video',
1230
  ),
1231
+ 111 =>
1232
  array (
1233
  'type' => 'CSMM PRO',
1234
  'version' => '6.09',
1239
  'status' => 'agency',
1240
  'name_clean' => 'moving-service',
1241
  ),
1242
+ 112 =>
1243
  array (
1244
  'type' => 'CSMM PRO',
1245
  'version' => '6.09',
1250
  'status' => 'pro',
1251
  'name_clean' => 'museum',
1252
  ),
1253
+ 113 =>
1254
  array (
1255
  'type' => 'CSMM PRO',
1256
  'version' => '6.09',
1261
  'status' => 'pro',
1262
  'name_clean' => 'music-lessons',
1263
  ),
1264
+ 114 =>
1265
  array (
1266
  'type' => 'CSMM PRO',
1267
  'version' => '6.09',
1272
  'status' => 'pro',
1273
  'name_clean' => 'music',
1274
  ),
1275
+ 115 =>
1276
  array (
1277
  'type' => 'CSMM PRO',
1278
  'version' => '15.05',
1283
  'status' => 'agency',
1284
  'name_clean' => 'nature',
1285
  ),
1286
+ 116 =>
1287
  array (
1288
  'type' => 'CSMM PRO',
1289
  'version' => '6.00',
1294
  'status' => 'extra',
1295
  'name_clean' => 'non-profit-organization',
1296
  ),
1297
+ 117 =>
1298
  array (
1299
  'type' => 'CSMM PRO',
1300
  'version' => '6.09',
1305
  'status' => 'pro',
1306
  'name_clean' => 'nutritionist',
1307
  ),
1308
+ 118 =>
1309
  array (
1310
  'type' => 'CSMM PRO',
1311
  'version' => '5.14',
1316
  'status' => 'agency',
1317
  'name_clean' => 'office-meeting-video',
1318
  ),
1319
+ 119 =>
1320
  array (
1321
  'type' => 'CSMM PRO',
1322
  'version' => '15.05',
1327
  'status' => 'agency',
1328
  'name_clean' => 'office-theme',
1329
  ),
1330
+ 120 =>
1331
  array (
1332
  'type' => 'CSMM PRO',
1333
  'version' => '6.09',
1338
  'status' => 'pro',
1339
  'name_clean' => 'online-food-delivery',
1340
  ),
1341
+ 121 =>
1342
  array (
1343
  'type' => 'CSMM PRO',
1344
  'version' => '5.005',
1349
  'status' => 'agency',
1350
  'name_clean' => 'online-learning',
1351
  ),
1352
+ 122 =>
1353
  array (
1354
  'type' => 'CSMM PRO',
1355
  'version' => '6.09',
1360
  'status' => 'pro',
1361
  'name_clean' => 'online-shopping',
1362
  ),
1363
+ 123 =>
1364
  array (
1365
  'type' => 'CSMM PRO',
1366
  'version' => '6.09',
1371
  'status' => 'pro',
1372
  'name_clean' => 'organic-cosmetics',
1373
  ),
1374
+ 124 =>
1375
  array (
1376
  'type' => 'CSMM PRO',
1377
  'version' => '6.09',
1382
  'status' => 'agency',
1383
  'name_clean' => 'organic-farming',
1384
  ),
1385
+ 125 =>
1386
  array (
1387
  'type' => 'CSMM PRO',
1388
  'version' => '6.00',
1393
  'status' => 'pro',
1394
  'name_clean' => 'pancake-house',
1395
  ),
1396
+ 126 =>
1397
  array (
1398
  'type' => 'CSMM PRO',
1399
  'version' => '6.00',
1404
  'status' => 'pro',
1405
  'name_clean' => 'parenting',
1406
  ),
1407
+ 127 =>
1408
  array (
1409
  'type' => 'CSMM PRO',
1410
  'version' => '6.09',
1415
  'status' => 'pro',
1416
  'name_clean' => 'parents-online',
1417
  ),
1418
+ 128 =>
1419
  array (
1420
  'type' => 'CSMM PRO',
1421
  'version' => '15.17',
1426
  'status' => 'pro',
1427
  'name_clean' => 'passage',
1428
  ),
1429
+ 129 =>
1430
  array (
1431
  'type' => 'CSMM PRO',
1432
  'version' => '15.17',
1437
  'status' => 'agency',
1438
  'name_clean' => 'peaceful-river',
1439
  ),
1440
+ 130 =>
1441
  array (
1442
  'type' => 'CSMM PRO',
1443
  'version' => '6.09',
1448
  'status' => 'pro',
1449
  'name_clean' => 'perfume-shop',
1450
  ),
1451
+ 131 =>
1452
  array (
1453
  'type' => 'CSMM PRO',
1454
  'version' => '6.09',
1459
  'status' => 'pro',
1460
  'name_clean' => 'personal-trainer',
1461
  ),
1462
+ 132 =>
1463
  array (
1464
  'type' => 'CSMM PRO',
1465
  'version' => '6.09',
1470
  'status' => 'agency',
1471
  'name_clean' => 'photo-studio',
1472
  ),
1473
+ 133 =>
1474
  array (
1475
  'type' => 'CSMM PRO',
1476
  'version' => '6.09',
1481
  'status' => 'agency',
1482
  'name_clean' => 'photography',
1483
  ),
1484
+ 134 =>
1485
  array (
1486
  'type' => 'CSMM PRO',
1487
  'version' => '6.09',
1492
  'status' => 'pro',
1493
  'name_clean' => 'plumbing',
1494
  ),
1495
+ 135 =>
1496
  array (
1497
  'type' => 'CSMM PRO',
1498
  'version' => '6.00',
1503
  'status' => 'extra',
1504
  'name_clean' => 'podcast',
1505
  ),
1506
+ 136 =>
1507
  array (
1508
  'type' => 'CSMM PRO',
1509
  'version' => '6.09',
1514
  'status' => 'extra',
1515
  'name_clean' => 'portfolio',
1516
  ),
1517
+ 137 =>
1518
+ array (
1519
+ 'type' => 'CSMM PRO',
1520
+ 'version' => '6.09',
1521
+ 'last_edit' => 'Thu, 28 Jan 2021 08:39:45 +0000',
1522
+ 'name' => 'Property Rentals',
1523
+ 'description' => '',
1524
+ 'frontpage' => '1',
1525
+ 'status' => 'pro',
1526
+ 'name_clean' => 'property-rentals',
1527
+ ),
1528
+ 138 =>
1529
  array (
1530
  'type' => 'CSMM PRO',
1531
  'version' => '6.09',
1536
  'status' => 'pro',
1537
  'name_clean' => 'real-estate',
1538
  ),
1539
+ 139 =>
1540
  array (
1541
  'type' => 'CSMM PRO',
1542
  'version' => '6.09',
1547
  'status' => 'agency',
1548
  'name_clean' => 'remote-work',
1549
  ),
1550
+ 140 =>
1551
  array (
1552
  'type' => 'CSMM PRO',
1553
  'version' => '6.09',
1558
  'status' => 'agency',
1559
  'name_clean' => 'restaurant',
1560
  ),
1561
+ 141 =>
1562
  array (
1563
  'type' => 'CSMM PRO',
1564
  'version' => '6.09',
1569
  'status' => 'agency',
1570
  'name_clean' => 'romantic-travels',
1571
  ),
1572
+ 142 =>
1573
  array (
1574
  'type' => 'CSMM PRO',
1575
  'version' => '15.17',
1580
  'status' => 'agency',
1581
  'name_clean' => 'running-blog',
1582
  ),
1583
+ 143 =>
1584
  array (
1585
  'type' => 'CSMM PRO',
1586
  'version' => '15.14',
1591
  'status' => 'pro',
1592
  'name_clean' => 'running-video',
1593
  ),
1594
+ 144 =>
1595
  array (
1596
  'type' => 'CSMM PRO',
1597
  'version' => '6.09',
1602
  'status' => 'agency',
1603
  'name_clean' => 'scholar-university',
1604
  ),
1605
+ 145 =>
1606
  array (
1607
  'type' => 'CSMM PRO',
1608
  'version' => '6.09',
1613
  'status' => 'agency',
1614
  'name_clean' => 'seo-digital-marketing',
1615
  ),
1616
+ 146 =>
1617
  array (
1618
  'type' => 'CSMM PRO',
1619
  'version' => '5.005',
1624
  'status' => 'agency',
1625
  'name_clean' => 'shoes-store',
1626
  ),
1627
+ 147 =>
1628
  array (
1629
  'type' => 'CSMM PRO',
1630
  'version' => '6.00',
1635
  'status' => 'pro',
1636
  'name_clean' => 'simple-beige-design',
1637
  ),
1638
+ 148 =>
1639
  array (
1640
  'type' => 'CSMM PRO',
1641
  'version' => '6.00',
1646
  'status' => 'extra',
1647
  'name_clean' => 'skin-care',
1648
  ),
1649
+ 149 =>
1650
  array (
1651
  'type' => 'CSMM PRO',
1652
  'version' => '6.09',
1657
  'status' => 'agency',
1658
  'name_clean' => 'skincare',
1659
  ),
1660
+ 150 =>
1661
  array (
1662
  'type' => 'CSMM PRO',
1663
  'version' => '6.09',
1668
  'status' => 'pro',
1669
  'name_clean' => 'snow-screensaver-video',
1670
  ),
1671
+ 151 =>
1672
  array (
1673
  'type' => 'CSMM PRO',
1674
  'version' => '15.17',
1679
  'status' => 'pro',
1680
  'name_clean' => 'snowboarding-blog',
1681
  ),
1682
+ 152 =>
1683
  array (
1684
  'type' => 'CSMM PRO',
1685
  'version' => '6.00',
1690
  'status' => 'pro',
1691
  'name_clean' => 'snowy-mountain',
1692
  ),
1693
+ 153 =>
1694
  array (
1695
  'type' => 'CSMM PRO',
1696
  'version' => '6.09',
1701
  'status' => 'pro',
1702
  'name_clean' => 'snowy-oasis',
1703
  ),
1704
+ 154 =>
1705
  array (
1706
  'type' => 'CSMM PRO',
1707
  'version' => '6.09',
1712
  'status' => 'agency',
1713
  'name_clean' => 'social-media-service',
1714
  ),
1715
+ 155 =>
1716
  array (
1717
  'type' => 'CSMM PRO',
1718
  'version' => '6.09',
1723
  'status' => 'extra',
1724
  'name_clean' => 'social-media',
1725
  ),
1726
+ 156 =>
1727
  array (
1728
  'type' => 'CSMM PRO',
1729
  'version' => '6.09',
1734
  'status' => 'agency',
1735
  'name_clean' => 'spa-beauty-studio',
1736
  ),
1737
+ 157 =>
1738
  array (
1739
  'type' => 'CSMM PRO',
1740
  'version' => '15.17',
1745
  'status' => 'agency',
1746
  'name_clean' => 'spa',
1747
  ),
1748
+ 158 =>
1749
  array (
1750
  'type' => 'CSMM PRO',
1751
  'version' => '6.09',
1756
  'status' => 'agency',
1757
  'name_clean' => 'sport-shop',
1758
  ),
1759
+ 159 =>
1760
  array (
1761
  'type' => 'CSMM PRO',
1762
  'version' => '6.09',
1767
  'status' => 'pro',
1768
  'name_clean' => 'spring-sale',
1769
  ),
1770
+ 160 =>
1771
  array (
1772
  'type' => 'CSMM PRO',
1773
  'version' => '6.09',
1778
  'status' => 'agency',
1779
  'name_clean' => 'spring',
1780
  ),
1781
+ 161 =>
1782
  array (
1783
  'type' => 'CSMM PRO',
1784
  'version' => '15.17',
1789
  'status' => 'pro',
1790
  'name_clean' => 'startup',
1791
  ),
1792
+ 162 =>
1793
  array (
1794
  'type' => 'CSMM PRO',
1795
  'version' => '6.09',
1800
  'status' => 'agency',
1801
  'name_clean' => 'stat-team',
1802
  ),
1803
+ 163 =>
1804
  array (
1805
  'type' => 'CSMM PRO',
1806
  'version' => '6.09',
1811
  'status' => 'extra',
1812
  'name_clean' => 'statistics-survey',
1813
  ),
1814
+ 164 =>
1815
  array (
1816
  'type' => 'CSMM PRO',
1817
  'version' => '6.09',
1822
  'status' => 'agency',
1823
  'name_clean' => 'studio-design',
1824
  ),
1825
+ 165 =>
1826
  array (
1827
  'type' => 'CSMM PRO',
1828
  'version' => '15.17',
1833
  'status' => 'pro',
1834
  'name_clean' => 'stylish-workplace',
1835
  ),
1836
+ 166 =>
1837
  array (
1838
  'type' => 'CSMM PRO',
1839
  'version' => '6.09',
1844
  'status' => 'pro',
1845
  'name_clean' => 'tattoo-studio',
1846
  ),
1847
+ 167 =>
1848
  array (
1849
  'type' => 'CSMM PRO',
1850
  'version' => '6.00',
1855
  'status' => 'extra',
1856
  'name_clean' => 'tech',
1857
  ),
1858
+ 168 =>
1859
  array (
1860
  'type' => 'CSMM PRO',
1861
  'version' => '6.09',
1866
  'status' => 'pro',
1867
  'name_clean' => 'techexpo',
1868
  ),
1869
+ 169 =>
1870
  array (
1871
  'type' => 'CSMM PRO',
1872
  'version' => '6.09',
1877
  'status' => 'agency',
1878
  'name_clean' => 'telecommunication',
1879
  ),
1880
+ 170 =>
1881
  array (
1882
  'type' => 'CSMM PRO',
1883
  'version' => '6.00',
1888
  'status' => 'agency',
1889
  'name_clean' => 'the-big-city-newsletter',
1890
  ),
1891
+ 171 =>
1892
  array (
1893
  'type' => 'CSMM PRO',
1894
  'version' => '6.09',
1899
  'status' => 'pro',
1900
  'name_clean' => 'the-sunny-view',
1901
  ),
1902
+ 172 =>
1903
  array (
1904
  'type' => 'CSMM PRO',
1905
  'version' => '6.09',
1910
  'status' => 'agency',
1911
  'name_clean' => 'theatre',
1912
  ),
1913
+ 173 =>
1914
  array (
1915
  'type' => 'CSMM PRO',
1916
  'version' => '5.001',
1921
  'status' => 'pro',
1922
  'name_clean' => 'travel-agency',
1923
  ),
1924
+ 174 =>
1925
  array (
1926
  'type' => 'CSMM PRO',
1927
  'version' => '15.05',
1932
  'status' => 'agency',
1933
  'name_clean' => 'travel-blog',
1934
  ),
1935
+ 175 =>
1936
  array (
1937
  'type' => 'CSMM PRO',
1938
  'version' => '6.09',
1943
  'status' => 'agency',
1944
  'name_clean' => 'travel',
1945
  ),
1946
+ 176 =>
1947
  array (
1948
  'type' => 'CSMM PRO',
1949
  'version' => '6.09',
1954
  'status' => 'agency',
1955
  'name_clean' => 'tulips',
1956
  ),
1957
+ 177 =>
1958
  array (
1959
  'type' => 'CSMM PRO',
1960
  'version' => '6.09',
1965
  'status' => 'pro',
1966
  'name_clean' => 'valentines-day',
1967
  ),
1968
+ 178 =>
1969
  array (
1970
  'type' => 'CSMM PRO',
1971
  'version' => '5.001',
1976
  'status' => 'pro',
1977
  'name_clean' => 'video-production',
1978
  ),
1979
+ 179 =>
1980
  array (
1981
  'type' => 'CSMM PRO',
1982
  'version' => '6.09',
1987
  'status' => 'agency',
1988
  'name_clean' => 'virtual-assistant-service',
1989
  ),
1990
+ 180 =>
1991
  array (
1992
  'type' => 'CSMM PRO',
1993
  'version' => '6.09',
1998
  'status' => 'pro',
1999
  'name_clean' => 'virtual-reality',
2000
  ),
2001
+ 181 =>
2002
  array (
2003
  'type' => 'CSMM PRO',
2004
  'version' => '6.09',
2009
  'status' => 'pro',
2010
  'name_clean' => 'walking-away-video',
2011
  ),
2012
+ 182 =>
2013
  array (
2014
  'type' => 'CSMM PRO',
2015
  'version' => '6.09',
2020
  'status' => 'extra',
2021
  'name_clean' => 'web-security',
2022
  ),
2023
+ 183 =>
2024
  array (
2025
  'type' => 'CSMM PRO',
2026
  'version' => '5.005',
2031
  'status' => 'agency',
2032
  'name_clean' => 'webinar',
2033
  ),
2034
+ 184 =>
2035
  array (
2036
  'type' => 'CSMM PRO',
2037
  'version' => '5.005',
2042
  'status' => 'agency',
2043
  'name_clean' => 'wedding-blog',
2044
  ),
2045
+ 185 =>
2046
  array (
2047
  'type' => 'CSMM PRO',
2048
  'version' => '6.09',
2053
  'status' => 'extra',
2054
  'name_clean' => 'wedding',
2055
  ),
2056
+ 186 =>
2057
  array (
2058
  'type' => 'CSMM PRO',
2059
  'version' => '6.09',
2064
  'status' => 'pro',
2065
  'name_clean' => 'white-orchids',
2066
  ),
2067
+ 187 =>
2068
  array (
2069
  'type' => 'CSMM PRO',
2070
  'version' => '6.09',
2075
  'status' => 'pro',
2076
  'name_clean' => 'winery',
2077
  ),
2078
+ 188 =>
2079
  array (
2080
  'type' => 'CSMM PRO',
2081
  'version' => '6.09',
2086
  'status' => 'pro',
2087
  'name_clean' => 'winter-sale',
2088
  ),
2089
+ 189 =>
2090
  array (
2091
  'type' => 'CSMM PRO',
2092
  'version' => '6.09',
2097
  'status' => 'agency',
2098
  'name_clean' => 'working-out',
2099
  ),
2100
+ 190 =>
2101
  array (
2102
  'type' => 'CSMM PRO',
2103
  'version' => '15.05',
2108
  'status' => 'agency',
2109
  'name_clean' => 'workplace',
2110
  ),
2111
+ 191 =>
2112
  array (
2113
  'type' => 'CSMM PRO',
2114
  'version' => '6.09',
2119
  'status' => 'agency',
2120
  'name_clean' => 'writing-service-video',
2121
  ),
2122
+ 192 =>
2123
  array (
2124
  'type' => 'CSMM PRO',
2125
  'version' => '6.09',
2156
 
2157
  <?php
2158
  if (!is_plugin_active('accessibe/accessiebe.php')) {
2159
+ echo '<p style="padding: 10px; border: 2px solid #fe2929;"><b>Make your website accessible to users with disabilities</b> - Having an accessible website is a must in 2021. It will not only save you from hefty fines but grow your audience too. Make your site accessible from day one! <a href="#" class="open-accessibe-upsell">Install the accessiBe plugin</a> from the wp.org repo, connect to their AI service and make your site more user-friendly.';
2160
  echo '</p>';
2161
  }
2162
  ?>
framework/admin/views/settings.php CHANGED
@@ -141,14 +141,15 @@ require_once 'header.php';
141
  echo '<div id="accessibe-upsell-dialog" style="display: none;" title="accessiBe"><span class="ui-helper-hidden-accessible"><input type="text"/></span>';
142
  echo '<div style="padding: 20px; font-size: 15px;">';
143
  echo '<ul class="normal-list">';
144
- echo '<li>Fully automated WordPress accessibility plugin</li>';
 
145
  echo '<li>Protect your site from lawsuits and increase the audience</li>';
146
- echo '<li>Simple 5-minute set-up. No coding required</li>';
147
  echo '<li>Compatible with all WordPress themes and plugins</li>';
148
  echo '<li>AI-powered</li>';
149
  echo '<li>7-day free trial available</li>';
150
  echo '</ul>';
151
- echo '<p class="upsell-footer"><a class="button button-primary" id="csmm-install-accessibe">Install &amp; activate accessiBe to make your website accessible</a></p>';
152
  echo '</div>';
153
  echo '</div>';
154
  // accessibe install dialog
141
  echo '<div id="accessibe-upsell-dialog" style="display: none;" title="accessiBe"><span class="ui-helper-hidden-accessible"><input type="text"/></span>';
142
  echo '<div style="padding: 20px; font-size: 15px;">';
143
  echo '<ul class="normal-list">';
144
+ echo '<li>Make your site user-friendly for people with disabilities</li>';
145
+ echo '<li>Fully automated WordPress accessibility service</li>';
146
  echo '<li>Protect your site from lawsuits and increase the audience</li>';
147
+ echo '<li>The free accessiBe plugin sets up in 5 minutes. No coding required</li>';
148
  echo '<li>Compatible with all WordPress themes and plugins</li>';
149
  echo '<li>AI-powered</li>';
150
  echo '<li>7-day free trial available</li>';
151
  echo '</ul>';
152
+ echo '<p class="upsell-footer"><a class="button button-primary" id="csmm-install-accessibe">Install &amp; activate accessiBe to make your website more user-friendly</a></p>';
153
  echo '</div>';
154
  echo '</div>';
155
  // accessibe install dialog
minimal-coming-soon-maintenance-mode.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Minimal Coming Soon & Maintenance Mode
4
  * Plugin URI: https://comingsoonwp.com/
5
  * Description: Simply awesome coming soon & maintenance mode plugin. Super-simple to use. MailChimp support built-in.
6
- * Version: 2.25
7
  * Requires at least: 4.0
8
  * Requires PHP: 5.2
9
  * Tested up to: 5.6
@@ -37,6 +37,8 @@ if (!defined('WPINC')) {
37
  die;
38
  }
39
 
 
 
40
 
41
  /* Constants we will be using throughout the plugin. */
42
  define('CSMM_BASENAME', plugin_basename(__FILE__));
3
  * Plugin Name: Minimal Coming Soon & Maintenance Mode
4
  * Plugin URI: https://comingsoonwp.com/
5
  * Description: Simply awesome coming soon & maintenance mode plugin. Super-simple to use. MailChimp support built-in.
6
+ * Version: 2.26
7
  * Requires at least: 4.0
8
  * Requires PHP: 5.2
9
  * Tested up to: 5.6
37
  die;
38
  }
39
 
40
+ require_once 'wf-flyout/wf-flyout.php';
41
+ new wf_flyout(__FILE__);
42
 
43
  /* Constants we will be using throughout the plugin. */
44
  define('CSMM_BASENAME', plugin_basename(__FILE__));
readme.txt CHANGED
@@ -4,32 +4,30 @@ Tags: coming soon, coming soon page, maintenance mode, maintenance mode page, co
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
  Tested up to: 5.6
7
- Stable tag: 2.25
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
  Best Coming Soon & Maintenance Mode page! Create awesome Coming Soon Pages with a MailChimp form.
12
 
13
  == Description ==
14
- The <a href="https://comingsoonwp.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=top">Minimal Coming Soon & Maintenance Mode</a> plugin allows you to **quickly & easily** set up a **Coming Soon Page, Maintenance Mode Page**, Landing Page or Launch Page for your website. It's best to start any new site with a Coming Soon page and collect leads from day one!
15
 
16
  Minimal Coming Soon plugin is simple & flexible and works with any WordPress theme & plugin. You'll have full control over the frontend of the website and can modify almost every aspect of the Coming Soon or Maintenance Mode page per your needs. Easily connect with MailChimp API so that you can **collect emails** from visitors and it's fully GDPR compliant. A perfect Coming Soon Page done in minutes!
17
 
18
  [youtube https://www.youtube.com/watch?v=ux4Qj46pihg]
19
 
20
- You can collect leads and subscribers on your Coming Soon Page via the Mailchimp integration. It allows you to expand your audience from the moment your coming soon page is up. If you need to connect to any other autoresponder services check out the <a href="https://comingsoonwp.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=pro">PRO version</a>.
21
-
22
- **Web accessibility is not an option in 2021!** Making your site accessible to visitors with disabilities will save you from hefty fines and instantly grow your audience. That's why we've partnered with <a href="https://wordpress.org/plugins/accessibe/">accessiBe</a> - the fully automated AI service for web accessibility. Download their plugin from the official WP repository and make your site accessible in a few clicks.
23
 
24
  = Coming Soon Plugin Features =
25
 
26
- * Check out <a href="https://comingsoonwp.com/themes/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=themes">150+ themes</a> that come with the PRO version, <a href="https://comingsoonwp.com/image-filters/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=instagram-filters">26+ Instagram filters</a> and <a href="https://comingsoonwp.com/content-animations/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=content-animations">47+ spectacular content animations</a> for Coming Soon Pages
27
  * Works with all WordPress themes and plugins
28
  * Completely customizable look and feel including background color, cover image, fonts, logo
29
- * Includes <a href="https://comingsoonwp.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=million_images">over a million premium images</a> in PRO version
30
  * Each and every element of the Coming Soon or maintenance page can be configured
31
  * Option to preview the Coming Soon or maintenance page before activation
32
- * <a href="https://comingsoonwp.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=readme&utm_content=seo">SEO preview and analysis tools</a> are available in the PRO version to make sure your coming soon site ranks as #1 from day zero
33
  * Rearrange position of the page elements to your liking - simple drag&drop
34
  * W3 Total Cache, WP Super Cache, Endurance Page Cache, SiteGround SuperCacher, WP Fastest Cache and Swift Performance Cache support
35
  * Easily add Custom CSS and HTML
@@ -84,10 +82,14 @@ Yes and no. When activated it enables itself across the entire WP-MU network.
84
 
85
  == Changelog ==
86
 
 
 
 
 
87
  = 2.25 =
88
  * 2021-01-13
89
  * updated Mailchimp API
90
- * added new background images
91
  * minor fixes
92
  * integration with accessiBe
93
 
@@ -152,153 +154,10 @@ Yes and no. When activated it enables itself across the entire WP-MU network.
152
  * 2019-02-19
153
  * 70,000 installs hit on 2019/01/18 with 522,000 downloads
154
  * minor fixes
155
- * new background images
156
  * 543,500 downloads
157
 
158
- = 1.87 =
159
- * 2018-11-27
160
- * wp_redirect() vulnerability fix
161
-
162
- = 1.85 =
163
- * 2018-11-15
164
- * minor bug fixes
165
- * deep integration with MailOptin plugin
166
- * 456,000 downloads
167
-
168
- = 1.80 =
169
- * 2018-10-26
170
- * added: new background images
171
- * added: GDPR failed confirmation text option
172
- * removed: support via chat
173
- * changed: lover monthly prices
174
- * 432,500 downloads
175
-
176
- = 1.75 =
177
- * 2018-09-27
178
- * new: background images are now predefined; 38 available
179
- * new: support via chat is available for a limited time
180
- * new: prices for PRO went up
181
- * fix: a few smaller fixes
182
- * 60k installations passed on 2018-07-31
183
- * 408,000 downloads
184
-
185
- = 1.70 =
186
- * 2018-06-11
187
- * new: SEO tab
188
- * new: toggle Coming Soon admin bar menu
189
- * new: GDPR compatibility
190
- * fix: various smaller fixes
191
- * 253,000 downloads
192
-
193
- = 1.65 =
194
- * 2018-04-12
195
- * update: new Google fonts added; there are now 860+
196
- * new: input field placeholder color option
197
- * new: welcoming discount for PRO version
198
- * fix: uninstall didn't clean-up all options
199
-
200
- = 1.62 =
201
- * 2018-03-19
202
- * 50k installations hit on 2018-03-09
203
- * some HTML tags are now allowed in the page content
204
-
205
- = 1.60 =
206
- * 2018-03-06
207
- * minor improvements
208
- * bug fixes
209
- * pro activation from plugin
210
-
211
- = 1.55 =
212
- * 2018-02-27
213
- * added preview to admin bar status/menu
214
- * GA tracking option no longer takes the whole snippet, just the GA ID
215
- * a lot of small improvements
216
- * interface touchup
217
- * added themes tab with 2 themes + PRO ones
218
- * PRO is up for sale
219
- * still on 40k installs; 260k downloads
220
- * improved readme
221
-
222
- = 1.50 =
223
- * 2018-01-05
224
- * added admin bar status/menu
225
- * added site description option
226
- * added show some love option
227
- * added 2 pointers
228
- * a lot of small improvements
229
- * new logo
230
- * work started on PRO version
231
-
232
- = 1.45 =
233
- * 2017-12-13
234
- * 40k users - early December
235
- * minor fixes
236
- * removed mailing list notification
237
- * added plugin review request notification
238
-
239
- = 1.40 =
240
- * 2017-11-19
241
- * 30k users - 21/09/2017
242
- * minor fixes
243
-
244
- = 1.35 =
245
- * 2017-09-03
246
- * minor improvements
247
- * better default options
248
-
249
- = 1.30 =
250
- * 2017-06-20
251
- * bug fixes
252
- * WP-CLI support
253
-
254
- = 1.25 =
255
- * 2017-06-05
256
- * bug fixes
257
- * UI enhancements
258
-
259
- = 1.2 =
260
- * 2016-11-22
261
- * WebFactory took over development
262
- * fixed known bugs
263
-
264
- = 1.1 =
265
-
266
- * ADDED: Preview maintenance page before activating it.
267
- * ADDED: Arrange position of the page elements as per preference.
268
- * ADDED: Option to add tracking (analytics) code to the page.
269
- * ADDED: Custom HTML section to the maintenance page.
270
- * ADDED: Option to style form messages.
271
- * ADDED: Option to customize the messages shown for subscription.
272
- * IMPROVED: Now adds line breaks to header and secondary text for each new line in the textarea.
273
- * IMPROVED: Layout changes.
274
- * FIXED: Issues with MailChimp for some users.
275
-
276
- = 1.0 =
277
- * **Completely re-written from the scratch.**
278
- * Re-designed mobile compatible admin panel.
279
- * ADDED: Option to add Logo & Favicon.
280
- * ADDED: Form customization panel.
281
- * ADDED: Options for complete control of the front layout.
282
- * IMPROVED: Maintenance mode front layout.
283
- * IMPROVED: Custom HTML & CSS section.
284
- * IMPROVED: Major improvements made to the code that powers the plugin.
285
- * FIXED: Background image issue and few minor bugs.
286
-
287
- = 0.5 =
288
- * Fix: Empty needle error.
289
-
290
- = 0.4 =
291
- * Enhancement: Added support for custom login URL.
292
-
293
- = 0.3 =
294
- * Enhancement: Added one more template.
295
- * Fix: Custom HTML & CSS issue.
296
- * Fix: Comment typos and performed code cleaning.
297
-
298
- = 0.2 =
299
- * Enhancement: Allow logged in users to visit the website normally. Option can be turned on or off.
300
- * Enhancement: Support for adding videos via custom HTML option.
301
- * Fix: Translation file.
302
-
303
  = 0.1 =
 
304
  * Initial release
 
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
  Tested up to: 5.6
7
+ Stable tag: 2.26
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
  Best Coming Soon & Maintenance Mode page! Create awesome Coming Soon Pages with a MailChimp form.
12
 
13
  == Description ==
14
+ The <a href="https://comingsoonwp.com/">Minimal Coming Soon & Maintenance Mode</a> plugin allows you to **quickly & easily** set up a **Coming Soon Page, Maintenance Mode Page**, Landing Page or Launch Page for your website. It's best to start any new site with a Coming Soon page and collect leads from day one!
15
 
16
  Minimal Coming Soon plugin is simple & flexible and works with any WordPress theme & plugin. You'll have full control over the frontend of the website and can modify almost every aspect of the Coming Soon or Maintenance Mode page per your needs. Easily connect with MailChimp API so that you can **collect emails** from visitors and it's fully GDPR compliant. A perfect Coming Soon Page done in minutes!
17
 
18
  [youtube https://www.youtube.com/watch?v=ux4Qj46pihg]
19
 
20
+ You can collect leads and subscribers on your Coming Soon Page via the Mailchimp integration. It allows you to expand your audience from the moment your coming soon page is up. If you need to connect to any other autoresponder services check out the <a href="https://comingsoonwp.com/">PRO version</a>.
 
 
21
 
22
  = Coming Soon Plugin Features =
23
 
24
+ * Check out <a href="https://comingsoonwp.com/themes/">200+ themes</a> that come with the PRO version, <a href="https://comingsoonwp.com/image-filters/">26+ Instagram filters</a> and <a href="https://comingsoonwp.com/content-animations/">47+ spectacular content animations</a> for Coming Soon Pages
25
  * Works with all WordPress themes and plugins
26
  * Completely customizable look and feel including background color, cover image, fonts, logo
27
+ * Includes <a href="https://comingsoonwp.com/">over two million premium images</a> in PRO version
28
  * Each and every element of the Coming Soon or maintenance page can be configured
29
  * Option to preview the Coming Soon or maintenance page before activation
30
+ * <a href="https://comingsoonwp.com/">SEO preview and analysis tools</a> are available in the PRO version to make sure your coming soon site ranks as #1 from day zero
31
  * Rearrange position of the page elements to your liking - simple drag&drop
32
  * W3 Total Cache, WP Super Cache, Endurance Page Cache, SiteGround SuperCacher, WP Fastest Cache and Swift Performance Cache support
33
  * Easily add Custom CSS and HTML
82
 
83
  == Changelog ==
84
 
85
+ = 2.26 =
86
+ * 2021-01-31
87
+ * added fly out menu
88
+
89
  = 2.25 =
90
  * 2021-01-13
91
  * updated Mailchimp API
92
+ * added new coming soon page background images
93
  * minor fixes
94
  * integration with accessiBe
95
 
154
  * 2019-02-19
155
  * 70,000 installs hit on 2019/01/18 with 522,000 downloads
156
  * minor fixes
157
+ * new coming soon background images
158
  * 543,500 downloads
159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  = 0.1 =
161
+ * 2014-08-03
162
  * Initial release
163
+ * for a complete changelog please visit <a href="https://comingsoonwp.com/old-changelog.txt">comingsoonwp.com/old-changelog.txt</a>
wf-flyout/config.php ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $config = array();
3
+
4
+ $config['plugin_screen'] = 'settings_page_maintenance_mode_options';
5
+ $config['icon_border'] = '1px solid #00000099';
6
+ $config['icon_right'] = '25px';
7
+ $config['icon_bottom'] = '75px';
8
+ $config['icon_image'] = 'csmm.png';
9
+ $config['icon_padding'] = '4px';
10
+ $config['icon_size'] = '55px';
11
+ $config['menu_accent_color'] = '#fe2929';
12
+ $config['custom_css'] = '#wf-flyout .wff-menu-item .dashicons.dashicons-universal-access { font-size: 30px; padding: 0px 10px 0px 0; } #wf-flyout .csmm-icon .wff-icon img { max-width: 70%; } #wf-flyout .csmm-icon .wff-icon { line-height: 57px; }';
13
+
14
+ $config['menu_items'] = array(
15
+ array('href' => 'https://comingsoonwp.com/?ref=wff-csmm&coupon=welcome', 'target' => '_blank', 'label' => 'Get Coming Soon PRO with 25% off', 'icon' => 'csmm.png', 'class' => 'csmm-icon accent'),
16
+ array('href' => 'https://wpreset.com/?ref=wff-csmm', 'target' => '_blank', 'label' => 'Get WP Reset PRO with 50% off', 'icon' => 'wp-reset.png'),
17
+ array('href' => '#', 'target' => '_blank', 'class' => 'open-accessibe-upsell', 'label' => 'Make your site accessible to people with disabilities', 'icon' => 'dashicons-universal-access'),
18
+ array('href' => 'https://wpsticky.com/?ref=wff-csmm', 'target' => '_blank', 'label' => 'Make a menu sticky with WP Sticky', 'icon' => 'dashicons-admin-post'),
19
+ array('href' => 'https://wordpress.org/support/plugin/minimal-coming-soon-maintenance-mode/reviews/?filter=5#new-post', 'target' => '_blank', 'label' => 'Rate the Plugin', 'icon' => 'dashicons-thumbs-up'),
20
+ array('href' => 'https://wordpress.org/support/plugin/minimal-coming-soon-maintenance-mode/#new-post', 'target' => '_blank', 'label' => 'Get Support', 'icon' => 'dashicons-sos'),
21
+ );
wf-flyout/icons/csmm.png ADDED
Binary file
wf-flyout/icons/ucp.png ADDED
Binary file
wf-flyout/icons/wp-reset.png ADDED
Binary file
wf-flyout/wf-flyout.css ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Universal fly-out menu for WebFactory plugins
3
+ * (c) WebFactory Ltd, 2021
4
+ */
5
+
6
+ #wf-flyout {
7
+ position: fixed;
8
+ z-index: 100049;
9
+ transition: all 0.3s ease-in-out;
10
+ right: 40px;
11
+ bottom: 40px;
12
+ opacity: 1;
13
+ }
14
+
15
+ #wff-overlay {
16
+ background: #000;
17
+ opacity: 0.4;
18
+ filter: alpha(opacity=40);
19
+ position: fixed;
20
+ top: 0;
21
+ right: 0;
22
+ bottom: 0;
23
+ left: 0;
24
+ display: none;
25
+ z-index: 100049;
26
+ }
27
+
28
+ #wf-flyout a:focus {
29
+ outline: none;
30
+ box-shadow: none;
31
+ }
32
+
33
+ #wf-flyout #wff-button {
34
+ display: block;
35
+ }
36
+
37
+ #wf-flyout #wff-image-wrapper {
38
+ border: 3px solid #000000;
39
+ border-radius: 50%;
40
+ padding: 0;
41
+ display: block;
42
+ overflow: hidden;
43
+ background: #ffffff;
44
+ box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
45
+ }
46
+
47
+ #wf-flyout #wff-button img {
48
+ width: 55px;
49
+ height: 55px;
50
+ display: block;
51
+ overflow: hidden;
52
+ padding: 2px;
53
+ background: #ffffff;
54
+ box-sizing: border-box;
55
+ }
56
+
57
+ #wf-flyout #wff-button:hover #wff-image-wrapper {
58
+ box-shadow: 0 3px 30px rgba(0, 0, 0, 0.25);
59
+ }
60
+
61
+ #wf-flyout:not(.opened) #wff-button:hover .wff-label {
62
+ opacity: 1;
63
+ margin-right: 0;
64
+ }
65
+
66
+ #wf-flyout .wff-label {
67
+ position: absolute;
68
+ display: block;
69
+ top: 50%;
70
+ right: calc(100% + 25px);
71
+ transform: translateY(-50%) scale(1);
72
+ -moz-transform: translateY(-50%);
73
+ -webkit-transform: translateY(-50%);
74
+ color: #fff;
75
+ background: #444 0 0 no-repeat padding-box;
76
+ font-size: 14px;
77
+ white-space: nowrap;
78
+ padding: 5px 10px;
79
+ height: auto !important;
80
+ line-height: initial;
81
+ transition: all 0.2s ease-out;
82
+ border-radius: 3px;
83
+ -moz-border-radius: 3px;
84
+ -webkit-border-radius: 3px;
85
+ opacity: 0;
86
+ margin-right: -50px;
87
+ }
88
+
89
+ #wf-flyout .wff-icon {
90
+ width: 40px;
91
+ height: 40px;
92
+ vertical-align: middle;
93
+ line-height: 60px;
94
+ text-align: center;
95
+ }
96
+
97
+ #wf-flyout .wff-icon img {
98
+ max-width: 80%;
99
+ filter: brightness(100);
100
+ }
101
+
102
+ #wf-flyout .wff-label.visible {
103
+ opacity: 1;
104
+ }
105
+
106
+ #wf-flyout .wff-menu-item {
107
+ position: absolute;
108
+ left: 10px;
109
+ width: 40px;
110
+ height: 40px;
111
+ opacity: 0;
112
+ visibility: hidden;
113
+ transform: scale(0);
114
+ border-radius: 50%;
115
+ box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
116
+ background: #0071a1;
117
+ text-align: center;
118
+ vertical-align: middle;
119
+ text-decoration: none;
120
+ transition-timing-function: ease-in-out;
121
+ }
122
+
123
+ #wf-flyout .wff-menu-item.accent {
124
+ background: #ca4a1f;
125
+ }
126
+
127
+ #wf-flyout.opened .wff-menu-item {
128
+ opacity: 1;
129
+ visibility: visible;
130
+ transform: scale(1);
131
+ }
132
+
133
+ #wf-flyout .wff-menu-item:hover {
134
+ box-shadow: 0 3px 30px rgba(0, 0, 0, 0.25);
135
+ }
136
+
137
+ #wf-flyout .wff-menu-item:hover .wff-label {
138
+ right: calc(100% + 55px);
139
+ }
140
+
141
+ #wf-flyout .wff-menu-item .wff-label {
142
+ right: calc(100% + 70px);
143
+ }
144
+
145
+ #wf-flyout .wff-menu-item .dashicons {
146
+ line-height: 41px;
147
+ font-size: 23px;
148
+ color: #fff;
149
+ padding: 0px 3px 0px 0;
150
+ }
151
+
152
+ .wff-menu-item-1 {
153
+ bottom: 75px;
154
+ transition: transform 0.2s 30ms, background-color 0.2s;
155
+ }
156
+
157
+ .wff-menu-item-2 {
158
+ bottom: 130px;
159
+ transition: transform 0.2s 70ms, background-color 0.2s;
160
+ }
161
+
162
+ .wff-menu-item-3 {
163
+ bottom: 185px;
164
+ transition: transform 0.2s 110ms, background-color 0.2s;
165
+ }
166
+
167
+ .wff-menu-item-4 {
168
+ bottom: 240px;
169
+ transition: transform 0.2s 150ms, background-color 0.2s;
170
+ }
171
+
172
+ .wff-menu-item-5 {
173
+ bottom: 295px;
174
+ transition: transform 0.2s 190ms, background-color 0.2s;
175
+ }
176
+
177
+ .wff-menu-item-6 {
178
+ bottom: 350px;
179
+ transition: transform 0.2s 230ms, background-color 0.2s;
180
+ }
181
+
182
+ .wff-menu-item-7 {
183
+ bottom: 405px;
184
+ transition: transform 0.2s 270ms, background-color 0.2s;
185
+ }
186
+
187
+ .wff-menu-item-8 {
188
+ bottom: 460px;
189
+ transition: transform 0.2s 310ms, background-color 0.2s;
190
+ }
191
+
192
+ .wff-menu-item-9 {
193
+ bottom: 515px;
194
+ transition: transform 0.2s 350ms, background-color 0.2s;
195
+ }
196
+
197
+ .wff-menu-item-10 {
198
+ bottom: 570px;
199
+ transition: transform 0.2s 390ms, background-color 0.2s;
200
+ }
wf-flyout/wf-flyout.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Universal fly-out menu for WebFactory plugins
3
+ * (c) WebFactory Ltd, 2021
4
+ */
5
+
6
+ jQuery(document).ready(function ($) {
7
+ $('#wff-button').on('click', function (e) {
8
+ e.preventDefault();
9
+
10
+ $('#wf-flyout').toggleClass('opened');
11
+ $('#wff-overlay').toggle();
12
+
13
+ return false;
14
+ }); // open/close menu
15
+
16
+ $('#wff-overlay').on('click', function (e) {
17
+ e.preventDefault();
18
+
19
+ $(this).hide();
20
+ $('#wf-flyout').removeClass('opened');
21
+
22
+ return false;
23
+ }); // click on overlay - hide menu
24
+ }); // jQuery ready
wf-flyout/wf-flyout.php ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Universal fly-out menu for WebFactory plugins
5
+ * (c) WebFactory Ltd, 2021
6
+ */
7
+
8
+
9
+ if (false == class_exists('wf_flyout')) {
10
+ class wf_flyout
11
+ {
12
+ var $ver = 1.0;
13
+ var $plugin_file = '';
14
+ var $plugin_slug = '';
15
+ var $config = array();
16
+
17
+
18
+ function __construct($plugin_file)
19
+ {
20
+ $this->plugin_file = $plugin_file;
21
+ $this->plugin_slug = basename(dirname($plugin_file));
22
+ $this->load_config();
23
+
24
+ if (!is_admin()) {
25
+ return;
26
+ } else {
27
+ add_action('admin_init', array($this, 'init'));
28
+ }
29
+ } // __construct
30
+
31
+
32
+ function load_config()
33
+ {
34
+ $config = array();
35
+ require_once plugin_dir_path($this->plugin_file) . 'wf-flyout/config.php';
36
+
37
+ $defaults = array(
38
+ 'plugin_screen' => '',
39
+ 'icon_border' => '#0000ff',
40
+ 'icon_right' => '40px',
41
+ 'icon_bottom' => '40px',
42
+ 'icon_image' => '',
43
+ 'icon_padding' => '2px',
44
+ 'icon_size' => '55px',
45
+ 'menu_accent_color' => '#ca4a1f',
46
+ 'custom_css' => '',
47
+ 'menu_items' => array(),
48
+ );
49
+
50
+ $config = array_merge($defaults, $config);
51
+ if (!is_array($config['plugin_screen'])) {
52
+ $config['plugin_screen'] = array($config['plugin_screen']);
53
+ }
54
+
55
+ $this->config = $config;
56
+ } // load_config
57
+
58
+
59
+ function is_plugin_screen()
60
+ {
61
+ $screen = get_current_screen();
62
+
63
+ if (in_array($screen->id, $this->config['plugin_screen'])) {
64
+ return true;
65
+ } else {
66
+ return false;
67
+ }
68
+ } // is_plugin_screen
69
+
70
+
71
+ function init()
72
+ {
73
+ add_action('admin_enqueue_scripts', array($this, 'admin_enqueue_scripts'));
74
+ add_action('admin_head', array($this, 'admin_head'));
75
+ add_action('admin_footer', array($this, 'admin_footer'));
76
+ } // init
77
+
78
+
79
+ function admin_enqueue_scripts()
80
+ {
81
+ if (false === $this->is_plugin_screen()) {
82
+ return;
83
+ }
84
+
85
+ wp_enqueue_style('wf_flyout', plugin_dir_url($this->plugin_file) . 'wf-flyout/wf-flyout.css', array(), $this->ver);
86
+ wp_enqueue_script('wf_flyout', plugin_dir_url($this->plugin_file) . 'wf-flyout/wf-flyout.js', array(), $this->ver, true);;
87
+ } // admin_enqueue_scripts
88
+
89
+
90
+ function admin_head()
91
+ {
92
+ if (false === $this->is_plugin_screen()) {
93
+ return;
94
+ }
95
+
96
+ $out = '<style type="text/css">';
97
+ $out .= '#wf-flyout {
98
+ right: ' . $this->config['icon_right'] . ';
99
+ bottom: ' . $this->config['icon_bottom'] . ';
100
+ }';
101
+ $out .= '#wf-flyout #wff-image-wrapper {
102
+ border: ' . $this->config['icon_border'] . ';
103
+ }';
104
+ $out .= '#wf-flyout #wff-button img {
105
+ padding: ' . $this->config['icon_padding'] . ';
106
+ width: ' . $this->config['icon_size'] . ';
107
+ height: ' . $this->config['icon_size'] . ';
108
+ }';
109
+ $out .= '#wf-flyout .wff-menu-item.accent {
110
+ background: ' . $this->config['menu_accent_color'] . ';
111
+ }';
112
+ $out .= $this->config['custom_css'];
113
+ $out .= '</style>';
114
+
115
+ echo $out;
116
+ } // admin_head
117
+
118
+
119
+ function admin_footer()
120
+ {
121
+ if (false === $this->is_plugin_screen()) {
122
+ return;
123
+ }
124
+
125
+ $out = '';
126
+ $icons_url = plugin_dir_url($this->plugin_file) . 'wf-flyout/icons/';
127
+ $default_link_item = array('class' => '', 'href' => '#', 'target' => '_blank', 'label' => '', 'icon' => '');
128
+
129
+ $out .= '<div id="wff-overlay"></div>';
130
+
131
+ $out .= '<div id="wf-flyout">';
132
+
133
+ $out .= '<a href="#" id="wff-button">';
134
+ $out .= '<span class="wff-label">Open Quick Links</span>';
135
+ $out .= '<span id="wff-image-wrapper">';
136
+ $out .= '<img src="' . $icons_url . $this->config['icon_image'] . '" alt="Open Quick Links" title="Open Quick Links">';
137
+ $out .= '</span>';
138
+ $out .= '</a>';
139
+
140
+ $out .= '<div id="wff-menu">';
141
+ $i = 0;
142
+ foreach (array_reverse($this->config['menu_items']) as $item) {
143
+ $i++;
144
+ $item = array_merge($default_link_item, $item);
145
+
146
+ if (!empty($item['icon']) && substr($item['icon'], 0, 9) != 'dashicons') {
147
+ $item['class'] .= ' wff-custom-icon';
148
+ $item['class'] = trim($item['class']);
149
+ }
150
+
151
+ $out .= '<a href="' . $item['href'] . '" class="wff-menu-item wff-menu-item-' . $i . ' ' . $item['class'] . '" target="_blank">';
152
+ $out .= '<span class="wff-label visible">' . $item['label'] . '</span>';
153
+ if (substr($item['icon'], 0, 9) == 'dashicons') {
154
+ $out .= '<span class="dashicons ' . $item['icon'] . '"></span>';
155
+ } elseif (!empty($item['icon'])) {
156
+ $out .= '<span class="wff-icon"><img src="' . $icons_url . $item['icon'] . '"></span>';
157
+ }
158
+ $out .= '</a>';
159
+ } // foreach
160
+ $out .= '</div>'; // #wff-menu
161
+
162
+ $out .= '</div>'; // #wf-flyout
163
+
164
+ echo $out;
165
+ } // admin_footer
166
+ } // wf_flyout
167
+ } // if class exists