7d4a938d by Jeff Balicki

updates

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 076cad37
Showing 129 changed files with 451 additions and 963 deletions
1 = [4.7.0.2] =
2
3 * Fix - Removed Astra templates from Design Wizard.
4 * Fix - Add compatibility with the User Role Editor plugin when updating user roles via profile page.
5 * Tweak - Added filters: `learndash_stripe_webhook_event_processable`.
6 * Tweak - Added 12 additional Kadence templates into the Design Wizard.
7
1 = [4.7.0.1] = 8 = [4.7.0.1] =
2 9
3 * Fix - Content editor was sometimes shown above the correct page content on LD post editing pages with tabs. 10 * Fix - Content editor was sometimes shown above the correct page content on LD post editing pages with tabs.
......
...@@ -92,6 +92,138 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -92,6 +92,138 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
92 */ 92 */
93 public function register_templates() : array { 93 public function register_templates() : array {
94 $this->templates = array( 94 $this->templates = array(
95 'kadence_life_coach' => array(
96 'id' => 'kadence_life_coach',
97 'label' => 'Life Coach',
98 'theme' => 'kadence',
99 'theme_label' => 'Kadence',
100 'theme_template_id' => 'g46',
101 'plugins' => array(
102 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
103 ),
104 'preview_url' => 'https://startertemplatecloud.com/g46/?cache=bust',
105 ),
106 'kadence_homesteading' => array(
107 'id' => 'kadence_homesteading',
108 'label' => 'HomeSteading',
109 'theme' => 'kadence',
110 'theme_label' => 'Kadence',
111 'theme_template_id' => 'g74',
112 'plugins' => array(
113 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
114 ),
115 'preview_url' => 'https://startertemplatecloud.com/g74/?cache=bust',
116 ),
117 'kadence_meditation_course' => array(
118 'id' => 'kadence_meditation_course',
119 'label' => 'Meditation Course',
120 'theme' => 'kadence',
121 'theme_label' => 'Kadence',
122 'theme_template_id' => 'g73',
123 'plugins' => array(
124 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
125 ),
126 'preview_url' => 'https://startertemplatecloud.com/g73/?cache=bust',
127 ),
128 'kadence_cooking_course' => array(
129 'id' => 'kadence_cooking_course',
130 'label' => 'Cooking Course',
131 'theme' => 'kadence',
132 'theme_label' => 'Kadence',
133 'theme_template_id' => 'g63',
134 'plugins' => array(
135 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
136 ),
137 'preview_url' => 'https://startertemplatecloud.com/g63/?cache=bust',
138 ),
139 'kadence_baking_course' => array(
140 'id' => 'kadence_baking_course',
141 'label' => 'Baking Course',
142 'theme' => 'kadence',
143 'theme_label' => 'Kadence',
144 'theme_template_id' => 'g64',
145 'plugins' => array(
146 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
147 ),
148 'preview_url' => 'https://startertemplatecloud.com/g64/?cache=bust',
149 ),
150 'kadence_sewing_course' => array(
151 'id' => 'kadence_sewing_course',
152 'label' => 'Sewing Course',
153 'theme' => 'kadence',
154 'theme_label' => 'Kadence',
155 'theme_template_id' => 'g42',
156 'plugins' => array(
157 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
158 ),
159 'preview_url' => 'https://startertemplatecloud.com/g42/?cache=bust',
160 ),
161 'kadence_writing_course' => array(
162 'id' => 'kadence_writing_course',
163 'label' => 'Writing Course',
164 'theme' => 'kadence',
165 'theme_label' => 'Kadence',
166 'theme_template_id' => 'g41',
167 'plugins' => array(
168 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
169 ),
170 'preview_url' => 'https://startertemplatecloud.com/g41/?cache=bust',
171 ),
172 'kadence_nutrition_course' => array(
173 'id' => 'kadence_nutrition_course',
174 'label' => 'Nutrition Course',
175 'theme' => 'kadence',
176 'theme_label' => 'Kadence',
177 'theme_template_id' => 'g37',
178 'plugins' => array(
179 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
180 ),
181 'preview_url' => 'https://startertemplatecloud.com/g37/?cache=bust',
182 ),
183 'kadence_makeup' => array(
184 'id' => 'kadence_makeup',
185 'label' => 'Makeup',
186 'theme' => 'kadence',
187 'theme_label' => 'Kadence',
188 'theme_template_id' => 'g28',
189 'plugins' => array(
190 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
191 ),
192 'preview_url' => 'https://startertemplatecloud.com/g28/?cache=bust',
193 ),
194 'kadence_design_course' => array(
195 'id' => 'kadence_design_course',
196 'label' => 'Design Course',
197 'theme' => 'kadence',
198 'theme_label' => 'Kadence',
199 'theme_template_id' => 'g36',
200 'plugins' => array(
201 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
202 ),
203 'preview_url' => 'https://startertemplatecloud.com/g36/?cache=bust',
204 ),
205 'kadence_fitness_course' => array(
206 'id' => 'kadence_fitness_course',
207 'label' => 'Fitness Course',
208 'theme' => 'kadence',
209 'theme_label' => 'Kadence',
210 'theme_template_id' => 'g40',
211 'plugins' => array(
212 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
213 ),
214 'preview_url' => 'https://startertemplatecloud.com/g40/?cache=bust',
215 ),
216 'kadence_photo_courses' => array(
217 'id' => 'kadence_photo_courses',
218 'label' => 'Photo Courses',
219 'theme' => 'kadence',
220 'theme_label' => 'Kadence',
221 'theme_template_id' => 'g34',
222 'plugins' => array(
223 'kadence-starter-templates' => __( 'Starter Templates by Kadence WP', 'learndash' ),
224 ),
225 'preview_url' => 'https://startertemplatecloud.com/g34/?cache=bust',
226 ),
95 'kadence_seo_skills' => array( 227 'kadence_seo_skills' => array(
96 'id' => 'kadence_seo_skills', 228 'id' => 'kadence_seo_skills',
97 'label' => 'SEO Skills', 229 'label' => 'SEO Skills',
...@@ -169,102 +301,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -169,102 +301,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
169 ), 301 ),
170 'preview_url' => 'https://startertemplatecloud.com/g35/?cache=bust', 302 'preview_url' => 'https://startertemplatecloud.com/g35/?cache=bust',
171 ), 303 ),
172 'astra_meditation_courses' => array(
173 'id' => 'astra_meditation_courses',
174 'label' => 'Meditation Courses',
175 'theme' => 'astra',
176 'theme_label' => 'Astra',
177 'theme_template_id' => '56593',
178 'color_scheme' => 'light',
179 'plugins' => array(
180 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
181 ),
182 'preview_url' => 'https://websitedemos.net/learn-meditation-08/',
183 ),
184 'astra_learndash_academy' => array(
185 'id' => 'astra_learndash_academy',
186 'label' => 'LearnDash Academy',
187 'theme' => 'astra',
188 'theme_label' => 'Astra',
189 'theme_template_id' => '47984',
190 'color_scheme' => 'light',
191 'plugins' => array(
192 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
193 ),
194 'preview_url' => 'https://websitedemos.net/learndash-academy-08/',
195 ),
196 'astra_online_health_coach' => array(
197 'id' => 'astra_online_health_coach',
198 'label' => 'Online Health Coach',
199 'theme' => 'astra',
200 'theme_label' => 'Astra',
201 'theme_template_id' => '47932',
202 'color_scheme' => 'light',
203 'plugins' => array(
204 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
205 ),
206 'preview_url' => 'https://websitedemos.net/online-health-coach-08/',
207 ),
208 'astra_learn_digital_marketing' => array(
209 'id' => 'astra_learn_digital_marketing',
210 'label' => 'Learn Digital Marketing',
211 'theme' => 'astra',
212 'theme_label' => 'Astra',
213 'theme_template_id' => '56525',
214 'color_scheme' => 'light',
215 'plugins' => array(
216 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
217 ),
218 'preview_url' => 'https://websitedemos.net/learn-digital-marketing-08/',
219 ),
220 'astra_online_course' => array(
221 'id' => 'astra_online_course',
222 'label' => 'Online Course',
223 'theme' => 'astra',
224 'theme_label' => 'Astra',
225 'theme_template_id' => '48026',
226 'color_scheme' => 'light',
227 'plugins' => array(
228 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
229 ),
230 'preview_url' => 'https://websitedemos.net/online-courses-08/',
231 ),
232 'astra_online_programming_course' => array(
233 'id' => 'astra_online_programming_course',
234 'label' => 'Online Programming Course',
235 'theme' => 'astra',
236 'theme_label' => 'Astra',
237 'theme_template_id' => '47896',
238 'color_scheme' => 'light',
239 'plugins' => array(
240 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
241 ),
242 'preview_url' => 'https://websitedemos.net/online-coding-course-08/',
243 ),
244 'astra_online_cooking_course' => array(
245 'id' => 'astra_online_cooking_course',
246 'label' => 'Online Cooking Course',
247 'theme' => 'astra',
248 'theme_label' => 'Astra',
249 'theme_template_id' => '48061',
250 'color_scheme' => 'light',
251 'plugins' => array(
252 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
253 ),
254 'preview_url' => 'https://websitedemos.net/online-cooking-course-08/',
255 ),
256 'astra_yoga_instructor' => array(
257 'id' => 'astra_yoga_instructor',
258 'label' => 'Yoga Instructor',
259 'theme' => 'astra',
260 'theme_label' => 'Astra',
261 'theme_template_id' => '48631',
262 'color_scheme' => 'light',
263 'plugins' => array(
264 'astra-sites' => __( 'Starter Templates by Astra', 'learndash' ),
265 ),
266 'preview_url' => 'https://websitedemos.net/yoga-instructor-08/',
267 ),
268 ); 304 );
269 305
270 /** 306 /**
...@@ -444,8 +480,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -444,8 +480,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
444 admin_url( 'admin.php' ) 480 admin_url( 'admin.php' )
445 ), 481 ),
446 'ajax_init_nonce' => wp_create_nonce( 'ld_dw_build_template' ), 482 'ajax_init_nonce' => wp_create_nonce( 'ld_dw_build_template' ),
447 'ajax_nonce' => wp_create_nonce( 'astra-sites' ),
448 'ajax_set_data_nonce' => wp_create_nonce( 'astra-sites-set-ai-site-data' ),
449 'ajax_kadence_security_nonce' => wp_create_nonce( 'kadence-ajax-verification' ), 483 'ajax_kadence_security_nonce' => wp_create_nonce( 'kadence-ajax-verification' ),
450 'fonts' => $this->get_theme_fonts(), 484 'fonts' => $this->get_theme_fonts(),
451 'palettes' => $this->get_theme_palettes(), 485 'palettes' => $this->get_theme_palettes(),
...@@ -687,245 +721,15 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -687,245 +721,15 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
687 ), 721 ),
688 ); 722 );
689 723
690 $astra_fonts = array(
691 'default' => array(
692 'label' => 'Default',
693 'families' => array(),
694 'details' => array(
695 'body-font-family' => '',
696 'body-font-variant' => '',
697 'body-font-weight' => 400,
698 'font-size-body' => array(
699 'desktop' => 16,
700 'tablet' => '',
701 'mobile' => '',
702 'desktop-unit' => 'px',
703 'tablet-unit' => 'px',
704 'mobile-unit' => 'px',
705 ),
706 'body-line-height' => '',
707 'headings-font-family' => '',
708 'headings-font-weight' => 700,
709 'headings-line-height' => '',
710 'headings-font-variant' => '',
711 ),
712 ),
713 '1' => array(
714 'label' => 'Playfair Display & Source Sans Pro',
715 'families' => array(
716 'heading' => 'Playfair Display',
717 'body' => 'Source Sans Pro',
718 ),
719 'details' => array(
720 'body-font-family' => "'Source Sans Pro', sans-serif",
721 'body-font-variant' => '',
722 'body-font-weight' => 400,
723 'font-size-body' => array(
724 'desktop' => 16,
725 'tablet' => '',
726 'mobile' => '',
727 'desktop-unit' => 'px',
728 'tablet-unit' => 'px',
729 'mobile-unit' => 'px',
730 ),
731 'body-line-height' => '',
732 'headings-font-family' => "'Playfair Display', serif",
733 'headings-font-weight' => 700,
734 'headings-line-height' => '',
735 'headings-font-variant' => '',
736 ),
737 ),
738 '2' => array(
739 'label' => 'Poppins & Lato',
740 'families' => array(
741 'heading' => 'Poppins',
742 'body' => 'Lato',
743 ),
744 'details' => array(
745 'body-font-family' => "'Lato', sans-serif",
746 'body-font-variant' => '',
747 'body-font-weight' => 400,
748 'font-size-body' => array(
749 'desktop' => 16,
750 'tablet' => '',
751 'mobile' => '',
752 'desktop-unit' => 'px',
753 'tablet-unit' => 'px',
754 'mobile-unit' => 'px',
755 ),
756 'body-line-height' => '',
757 'headings-font-family' => "'Poppins', sans-serif",
758 'headings-font-weight' => 700,
759 'headings-line-height' => '',
760 'headings-font-variant' => '',
761 ),
762 ),
763 '3' => array(
764 'label' => 'Monserrat & Lato',
765 'families' => array(
766 'heading' => 'Monserrat',
767 'body' => 'Lato',
768 ),
769 'details' => array(
770 'body-font-family' => "'Lato', sans-serif",
771 'body-font-variant' => '',
772 'body-font-weight' => 400,
773 'font-size-body' => array(
774 'desktop' => 17,
775 'tablet' => '',
776 'mobile' => '',
777 'desktop-unit' => 'px',
778 'tablet-unit' => 'px',
779 'mobile-unit' => 'px',
780 ),
781 'body-line-height' => '',
782 'headings-font-family' => "'Montserrat', sans-serif",
783 'headings-font-weight' => 700,
784 'headings-line-height' => '',
785 'headings-font-variant' => '',
786 ),
787 ),
788 '4' => array(
789 'label' => 'Rubik & Karla',
790 'families' => array(
791 'heading' => 'Rubik',
792 'body' => 'Karla',
793 ),
794 'details' => array(
795 'body-font-family' => "'Karla', sans-serif",
796 'body-font-variant' => '',
797 'body-font-weight' => 400,
798 'font-size-body' => array(
799 'desktop' => 17,
800 'tablet' => '',
801 'mobile' => '',
802 'desktop-unit' => 'px',
803 'tablet-unit' => 'px',
804 'mobile-unit' => 'px',
805 ),
806 'body-line-height' => '',
807 'headings-font-family' => "'Rubik', sans-serif",
808 'headings-font-weight' => 700,
809 'headings-line-height' => '',
810 'headings-font-variant' => '',
811 ),
812 ),
813 '5' => array(
814 'label' => 'Roboto Condensed & Roboto',
815 'families' => array(
816 'heading' => 'Roboto Condensed',
817 'body' => 'Roboto',
818 ),
819 'details' => array(
820 'body-font-family' => "'Roboto', sans-serif",
821 'body-font-variant' => '',
822 'body-font-weight' => 400,
823 'font-size-body' => array(
824 'desktop' => 16,
825 'tablet' => '',
826 'mobile' => '',
827 'desktop-unit' => 'px',
828 'tablet-unit' => 'px',
829 'mobile-unit' => 'px',
830 ),
831 'body-line-height' => '',
832 'headings-font-family' => "'Roboto Condensed', sans-serif",
833 'headings-font-weight' => 700,
834 'headings-line-height' => '',
835 'headings-font-variant' => '',
836 ),
837 ),
838 '6' => array(
839 'label' => 'Merriweather & Inter',
840 'families' => array(
841 'heading' => 'Merriweather',
842 'body' => 'Inter',
843 ),
844 'details' => array(
845 'body-font-family' => "'Inter', sans-serif",
846 'body-font-variant' => '',
847 'body-font-weight' => 400,
848 'font-size-body' => array(
849 'desktop' => 17,
850 'tablet' => '',
851 'mobile' => '',
852 'desktop-unit' => 'px',
853 'tablet-unit' => 'px',
854 'mobile-unit' => 'px',
855 ),
856 'body-line-height' => '',
857 'headings-font-family' => "'Merriweather', serif",
858 'headings-font-weight' => 700,
859 'headings-line-height' => '',
860 'headings-font-variant' => '',
861 ),
862 ),
863 '7' => array(
864 'label' => 'Volkorn & Open Sans', // cspell:disable-line.
865 'families' => array(
866 'heading' => 'Volkorn', // cspell:disable-line.
867 'body' => 'Open Sans',
868 ),
869 'details' => array(
870 'body-font-family' => "'Open Sans', sans-serif",
871 'body-font-variant' => '',
872 'body-font-weight' => 400,
873 'font-size-body' => array(
874 'desktop' => 16,
875 'tablet' => '',
876 'mobile' => '',
877 'desktop-unit' => 'px',
878 'tablet-unit' => 'px',
879 'mobile-unit' => 'px',
880 ),
881 'body-line-height' => '',
882 'headings-font-family' => "'Vollkorn', serif",
883 'headings-font-weight' => 700,
884 'headings-line-height' => '',
885 'headings-font-variant' => '',
886 ),
887 ),
888 '8' => array(
889 'label' => 'Open Sans & Work Sans',
890 'families' => array(
891 'heading' => 'Open Sans',
892 'body' => 'Work Sans',
893 ),
894 'details' => array(
895 'body-font-family' => "'Work Sans', sans-serif",
896 'body-font-variant' => '',
897 'body-font-weight' => 400,
898 'font-size-body' => array(
899 'desktop' => 16,
900 'tablet' => '',
901 'mobile' => '',
902 'desktop-unit' => 'px',
903 'tablet-unit' => 'px',
904 'mobile-unit' => 'px',
905 ),
906 'body-line-height' => '',
907 'headings-font-family' => "'Open Sans', sans-serif",
908 'headings-font-weight' => 700,
909 'headings-line-height' => '',
910 'headings-font-variant' => '',
911 ),
912 ),
913 );
914
915 if ( ! empty( $theme ) ) { 724 if ( ! empty( $theme ) ) {
916 switch ( $theme ) { 725 switch ( $theme ) {
917 case 'kadence': 726 case 'kadence':
918 $fonts = $kadence_fonts; 727 $fonts = $kadence_fonts;
919 break; 728 break;
920
921 case 'astra':
922 $fonts = $astra_fonts;
923 break;
924 } 729 }
925 } else { 730 } else {
926 $fonts = array( 731 $fonts = array(
927 'kadence' => $kadence_fonts, 732 'kadence' => $kadence_fonts,
928 'astra' => $astra_fonts,
929 ); 733 );
930 } 734 }
931 735
...@@ -952,10 +756,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -952,10 +756,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
952 case 'kadence': 756 case 'kadence':
953 $fonts = $this->get_theme_fonts( 'kadence' ); 757 $fonts = $this->get_theme_fonts( 'kadence' );
954 break; 758 break;
955
956 case 'astra':
957 $fonts = $this->get_theme_fonts( 'astra' );
958 break;
959 } 759 }
960 } 760 }
961 761
...@@ -1077,337 +877,15 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -1077,337 +877,15 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
1077 ), 877 ),
1078 ); 878 );
1079 879
1080 $astra_palettes = array(
1081 'dark' => array(
1082 'default' => array(
1083 'slug' => 'default',
1084 'title' => __( 'Default', 'learndash' ),
1085 'colors' => array(),
1086 ),
1087 'style-1' => array(
1088 'slug' => 'style-1',
1089 'title' => __( 'Style 1', 'learndash' ),
1090 'colors' => array(
1091 '#8E43F0',
1092 '#7215EA',
1093 '#FFFFFF',
1094 '#EEEBF4',
1095 '#150E1F',
1096 '#494153',
1097 '#000000',
1098 '#4B4F58',
1099 '#F6F7F8',
1100 ),
1101 ),
1102 'style-2' => array(
1103 'slug' => 'style-2',
1104 'title' => __( 'Style 2', 'learndash' ),
1105 'colors' => array(
1106 '#EF4D48',
1107 '#D90700',
1108 '#FFFFFF',
1109 '#EEEAEC',
1110 '#2B161B',
1111 '#3C2F32',
1112 '#000000',
1113 '#4B4F58',
1114 '#F6F7F8',
1115 ),
1116 ),
1117 'style-3' => array(
1118 'slug' => 'style-3',
1119 'title' => __( 'Style 3', 'learndash' ),
1120 'colors' => array(
1121 '#FF42B3',
1122 '#FF0099',
1123 '#FFFFFF',
1124 '#EEEAEC',
1125 '#2B161B',
1126 '#3C2F32',
1127 '#000000',
1128 '#4B4F58',
1129 '#F6F7F8',
1130 ),
1131 ),
1132 'style-4' => array(
1133 'slug' => 'style-4',
1134 'title' => __( 'Style 4', 'learndash' ),
1135 'colors' => array(
1136 '#FF6A97',
1137 '#FA036B',
1138 '#FFFFFF',
1139 '#EEEAEC',
1140 '#2B161B',
1141 '#3C2F32',
1142 '#000000',
1143 '#4B4F58',
1144 '#F6F7F8',
1145 ),
1146 ),
1147 'style-5' => array(
1148 'slug' => 'style-5',
1149 'title' => __( 'Style 5', 'learndash' ),
1150 'colors' => array(
1151 '#FF7A3D',
1152 '#FF5100',
1153 '#FFFFFF',
1154 '#F1EDEB',
1155 '#1E1810',
1156 '#443D3A',
1157 '#000000',
1158 '#4B4F58',
1159 '#F6F7F8',
1160 ),
1161 ),
1162 'style-6' => array(
1163 'slug' => 'style-6',
1164 'title' => __( 'Style 6', 'learndash' ),
1165 'colors' => array(
1166 '#F9C349',
1167 '#FFB100',
1168 '#FFFFFF',
1169 '#F0EFEC',
1170 '#1E1810',
1171 '#4D4A46',
1172 '#000000',
1173 '#4B4F58',
1174 '#F6F7F8',
1175 ),
1176 ),
1177 'style-7' => array(
1178 'slug' => 'style-7',
1179 'title' => __( 'Style 7', 'learndash' ),
1180 'colors' => array(
1181 '#30C7B5',
1182 '#00AC97',
1183 '#FFFFFF',
1184 '#F0EFEC',
1185 '#1E1810',
1186 '#4D4A46',
1187 '#000000',
1188 '#4B4F58',
1189 '#F6F7F8',
1190 ),
1191 ),
1192 'style-8' => array(
1193 'slug' => 'style-8',
1194 'title' => __( 'Style 8', 'learndash' ),
1195 'colors' => array(
1196 '#1BAE70',
1197 '#06752E',
1198 '#FFFFFF',
1199 '#EBECEB',
1200 '#14261C',
1201 '#3D4641',
1202 '#000000',
1203 '#4B4F58',
1204 '#F6F7F8',
1205 ),
1206 ),
1207 'style-9' => array(
1208 'slug' => 'style-9',
1209 'title' => __( 'Style 9', 'learndash' ),
1210 'colors' => array(
1211 '#2FE6FF',
1212 '#00D0EC',
1213 '#FFFFFF',
1214 '#E8EBEC',
1215 '#101218',
1216 '#3B4244',
1217 '#000000',
1218 '#4B4F58',
1219 '#F6F7F8',
1220 ),
1221 ),
1222 'style-10' => array(
1223 'slug' => 'style-10',
1224 'title' => __( 'Style 10', 'learndash' ),
1225 'colors' => array(
1226 '#4175FC',
1227 '#084AF3',
1228 '#FFFFFF',
1229 '#E8EBEC',
1230 '#101218',
1231 '#3B4244',
1232 '#000000',
1233 '#4B4F58',
1234 '#F6F7F8',
1235 ),
1236 ),
1237 ),
1238 'light' => array(
1239 'default' => array(
1240 'slug' => 'default',
1241 'title' => __( 'Default', 'learndash' ),
1242 'colors' => array(),
1243 ),
1244 'style-1' => array(
1245 'slug' => 'style-1',
1246 'title' => __( 'Style 1', 'learndash' ),
1247 'colors' => array(
1248 '#8E43F0',
1249 '#6300E2',
1250 '#150E1F',
1251 '#584D66',
1252 '#F3F1F6',
1253 '#FFFFFF',
1254 '#000000',
1255 '#4B4F58',
1256 '#F6F7F8',
1257 ),
1258 ),
1259 'style-2' => array(
1260 'slug' => 'style-2',
1261 'title' => __( 'Style 2', 'learndash' ),
1262 'colors' => array(
1263 '#EF4D48',
1264 '#D90700',
1265 '#2B161B',
1266 '#453E3E',
1267 '#F7F3F5',
1268 '#FFFFFF',
1269 '#000000',
1270 '#4B4F58',
1271 '#F6F7F8',
1272 ),
1273 ),
1274 'style-3' => array(
1275 'slug' => 'style-3',
1276 'title' => __( 'Style 3', 'learndash' ),
1277 'colors' => array(
1278 '#FF42B3',
1279 '#FF0099',
1280 '#2B161B',
1281 '#554B4E',
1282 '#F6F3F5',
1283 '#FFFFFF',
1284 '#000000',
1285 '#4B4F58',
1286 '#F6F7F8',
1287 ),
1288 ),
1289 'style-4' => array(
1290 'slug' => 'style-4',
1291 'title' => __( 'Style 4', 'learndash' ),
1292 'colors' => array(
1293 '#FF6A97',
1294 '#FA036B',
1295 '#2B161B',
1296 '#645659',
1297 '#F8F3F5',
1298 '#FFFFFF',
1299 '#000000',
1300 '#4B4F58',
1301 '#F6F7F8',
1302 ),
1303 ),
1304 'style-5' => array(
1305 'slug' => 'style-5',
1306 'title' => __( 'Style 5', 'learndash' ),
1307 'colors' => array(
1308 '#FF7A3D',
1309 '#FF5100',
1310 '#1E1810',
1311 '#575250',
1312 '#F8F5F4',
1313 '#FFFFFF',
1314 '#000000',
1315 '#4B4F58',
1316 '#F6F7F8',
1317 ),
1318 ),
1319 'style-6' => array(
1320 'slug' => 'style-6',
1321 'title' => __( 'Style 6', 'learndash' ),
1322 'colors' => array(
1323 '#F9C349',
1324 '#FFB100',
1325 '#1E1810',
1326 '#62615C',
1327 '#F8F7F3',
1328 '#FFFFFF',
1329 '#000000',
1330 '#4B4F58',
1331 '#F6F7F8',
1332 ),
1333 ),
1334 'style-7' => array(
1335 'slug' => 'style-7',
1336 'title' => __( 'Style 7', 'learndash' ),
1337 'colors' => array(
1338 '#30C7B5',
1339 '#00AC97',
1340 '#14261C',
1341 '#4F5655',
1342 '#F3F6F3',
1343 '#FFFFFF',
1344 '#000000',
1345 '#4B4F58',
1346 '#F6F7F8',
1347 ),
1348 ),
1349 'style-8' => array(
1350 'slug' => 'style-8',
1351 'title' => __( 'Style 8', 'learndash' ),
1352 'colors' => array(
1353 '#1BAE70',
1354 '#06752E',
1355 '#14261C',
1356 '#4E5652',
1357 '#F4F6F4',
1358 '#FFFFFF',
1359 '#000000',
1360 '#4B4F58',
1361 '#F6F7F8',
1362 ),
1363 ),
1364 'style-9' => array(
1365 'slug' => 'style-9',
1366 'title' => __( 'Style 9', 'learndash' ),
1367 'colors' => array(
1368 '#2FC1FF',
1369 '#08ACF2',
1370 '#101218',
1371 '#4C5253',
1372 '#F3F6F6',
1373 '#FFFFFF',
1374 '#000000',
1375 '#4B4F58',
1376 '#F6F7F8',
1377 ),
1378 ),
1379 'style-10' => array(
1380 'slug' => 'style-10',
1381 'title' => __( 'Style 10', 'learndash' ),
1382 'colors' => array(
1383 '#4175FC',
1384 '#084AF3',
1385 '#101218',
1386 '#494B51',
1387 '#F3F5F5',
1388 '#FFFFFF',
1389 '#000000',
1390 '#4B4F58',
1391 '#F6F7F8',
1392 ),
1393 ),
1394 ),
1395 );
1396
1397 if ( ! empty( $theme ) ) { 880 if ( ! empty( $theme ) ) {
1398 switch ( $theme ) { 881 switch ( $theme ) {
1399 case 'kadence': 882 case 'kadence':
1400 $palettes = $kadence_palettes; 883 $palettes = $kadence_palettes;
1401 break; 884 break;
1402
1403 case 'astra':
1404 $palettes = $astra_palettes;
1405 break;
1406 } 885 }
1407 } else { 886 } else {
1408 $palettes = array( 887 $palettes = array(
1409 'kadence' => $kadence_palettes, 888 'kadence' => $kadence_palettes,
1410 'astra' => $astra_palettes,
1411 ); 889 );
1412 } 890 }
1413 891
...@@ -1433,23 +911,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -1433,23 +911,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
1433 case 'kadence': 911 case 'kadence':
1434 $palettes = $this->get_theme_palettes( 'kadence' ); 912 $palettes = $this->get_theme_palettes( 'kadence' );
1435 break; 913 break;
1436
1437 case 'astra':
1438 $palettes = $this->get_theme_palettes( 'astra' );
1439 $color_scheme = 'light'; // Default color scheme.
1440 $color_scheme = ! empty( $template['color_scheme'] ) ? $template['color_scheme'] : $color_scheme;
1441
1442 $palettes = $palettes[ $color_scheme ];
1443
1444 $palettes = array_map(
1445 function ( $palette ) {
1446 $palette['colors'] = array_slice( $palette['colors'], 0, 5 );
1447
1448 return $palette;
1449 },
1450 $palettes
1451 );
1452 break;
1453 } 914 }
1454 } 915 }
1455 916
...@@ -1983,8 +1444,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) { ...@@ -1983,8 +1444,6 @@ if ( ! class_exists( 'LearnDash_Design_Wizard' ) ) {
1983 $message = ''; 1444 $message = '';
1984 if ( isset( $this->ajax_template['theme'] ) && $this->ajax_template['theme'] === 'kadence' ) { 1445 if ( isset( $this->ajax_template['theme'] ) && $this->ajax_template['theme'] === 'kadence' ) {
1985 $message = __( 'Run Kadence template building process', 'learndash' ); 1446 $message = __( 'Run Kadence template building process', 'learndash' );
1986 } elseif ( isset( $this->ajax_template['theme'] ) && $this->ajax_template['theme'] === 'astra' ) {
1987 $message = __( 'Run Astra template building process', 'learndash' );
1988 } 1447 }
1989 1448
1990 return array( 'next_step_message' => $message ); 1449 return array( 'next_step_message' => $message );
......
...@@ -2889,7 +2889,32 @@ function learndash_is_group_post( $post ): bool { ...@@ -2889,7 +2889,32 @@ function learndash_is_group_post( $post ): bool {
2889 add_action( 2889 add_action(
2890 'remove_user_role', 2890 'remove_user_role',
2891 function( int $user_id, string $role ) { 2891 function( int $user_id, string $role ) {
2892 if ( 'group_leader' === $role ) { 2892 $referer = wp_get_referer();
2893 $found = [];
2894
2895 if (
2896 $referer
2897 && strpos( $referer, '/wp-admin/user-edit.php' ) !== false
2898 // phpcs:ignore WordPress.Security.NonceVerification.Missing
2899 && is_array( $_POST )
2900 ) {
2901 // phpcs:ignore WordPress.Security.NonceVerification.Missing
2902 foreach ( $_POST as $key => $value ) {
2903 if ( strpos( $key, 'role' ) === false ) {
2904 continue;
2905 }
2906
2907 $found[] = is_array( $value )
2908 ? in_array( 'group_leader', $value, true )
2909 : (
2910 is_string( $value )
2911 ? strpos( $value, 'group_leader' ) !== false
2912 : null
2913 );
2914 }
2915 }
2916
2917 if ( 'group_leader' === $role && ! in_array( true, $found, true ) ) {
2893 global $wpdb; 2918 global $wpdb;
2894 2919
2895 $wpdb->query( 2920 $wpdb->query(
......
...@@ -45,7 +45,15 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa ...@@ -45,7 +45,15 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa
45 private const EVENT_INVOICE_PAYMENT_SUCCEEDED = 'invoice.payment_succeeded'; 45 private const EVENT_INVOICE_PAYMENT_SUCCEEDED = 'invoice.payment_succeeded';
46 private const EVENT_INVOICE_PAYMENT_FAILED = 'invoice.payment_failed'; 46 private const EVENT_INVOICE_PAYMENT_FAILED = 'invoice.payment_failed';
47 private const EVENT_CUSTOMER_SUBSCRIPTION_DELETED = 'customer.subscription.deleted'; 47 private const EVENT_CUSTOMER_SUBSCRIPTION_DELETED = 'customer.subscription.deleted';
48 private const EVENT_COUPON_DELETED = 'coupon.deleted'; 48 private const EVENT_COUPON_DELETED = 'coupon.deleted';
49
50 private const PROCESSABLE_WEBHOOK_EVENTS = [
51 self::EVENT_CHECKOUT_SESSION_COMPLETED,
52 self::EVENT_INVOICE_PAYMENT_SUCCEEDED,
53 self::EVENT_INVOICE_PAYMENT_FAILED,
54 self::EVENT_CUSTOMER_SUBSCRIPTION_DELETED,
55 self::EVENT_COUPON_DELETED,
56 ];
49 57
50 /** 58 /**
51 * Stripe secret key. 59 * Stripe secret key.
...@@ -466,6 +474,37 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa ...@@ -466,6 +474,37 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa
466 } 474 }
467 475
468 /** 476 /**
477 * Returns whether the webhook event is processable or not.
478 *
479 * @since 4.7.0.2
480 *
481 * @param Event $event The Stripe event.
482 *
483 * @return bool
484 */
485 private function is_webhook_event_processable( Event $event ): bool {
486 $is_processable = in_array( $event->type, self::PROCESSABLE_WEBHOOK_EVENTS, true );
487
488 /**
489 * Filters whether the webhook event is processable or not.
490 *
491 * @since 4.7.0.2
492 *
493 * @param bool $is_processable Whether the webhook event is processable or not.
494 * @param Event $event The Stripe event.
495 * @param Learndash_Stripe_Gateway $gateway The Stripe gateway.
496 *
497 * @return bool
498 */
499 return apply_filters(
500 'learndash_stripe_webhook_event_processable',
501 $is_processable,
502 $event,
503 $this
504 );
505 }
506
507 /**
469 * Processes the webhook event. 508 * Processes the webhook event.
470 * 509 *
471 * @since 4.5.0 510 * @since 4.5.0
...@@ -792,11 +831,13 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa ...@@ -792,11 +831,13 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa
792 ); 831 );
793 832
794 if ( ! $user instanceof WP_User ) { 833 if ( ! $user instanceof WP_User ) {
795 $this->log_error( 'No WP user found and failed to create a new user.' ); 834 $this->log_info( 'No WP user found and failed to create a new user. Event was ignored.' );
796 835
797 wp_send_json_error( 836 wp_send_json_success(
798 new WP_Error( 'bad_request', 'User validation failed. User was not found or had not been able to be created successfully.' ), 837 [
799 422 838 'message' => 'No WP user found and failed to create a new user. Event was ignored.',
839 ],
840 200
800 ); 841 );
801 } 842 }
802 843
...@@ -874,14 +915,13 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa ...@@ -874,14 +915,13 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa
874 } 915 }
875 916
876 if ( empty( $products ) ) { 917 if ( empty( $products ) ) {
877 $this->log_error( 'No related products found with ID(s): ' . implode( ', ', $post_ids ) ); 918 $this->log_info( 'No related products found with ID(s): ' . implode( ', ', $post_ids ) . '. Event was ignored.' );
878 919
879 wp_send_json_error( 920 wp_send_json_success(
880 new WP_Error( 921 [
881 'bad_request', 922 'message' => 'No related products found with ID(s): ' . implode( ', ', $post_ids ) . '. Event was ignored.',
882 sprintf( 'Product validation failed. Product was not found.' ) 923 ],
883 ), 924 200
884 422
885 ); 925 );
886 } 926 }
887 927
...@@ -964,6 +1004,15 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa ...@@ -964,6 +1004,15 @@ if ( ! class_exists( 'Learndash_Stripe_Gateway' ) && class_exists( 'Learndash_Pa
964 ); 1004 );
965 } 1005 }
966 1006
1007 if ( ! $this->is_webhook_event_processable( $event ) ) {
1008 $this->log_info( 'Webhook event is not processable by LearnDash and was ignored.' );
1009
1010 wp_send_json_success(
1011 [ 'message' => 'Webhook event is not processable by LearnDash and was ignored.' ],
1012 200
1013 );
1014 }
1015
967 if ( self::EVENT_COUPON_DELETED === $event->type ) { 1016 if ( self::EVENT_COUPON_DELETED === $event->type ) {
968 try { 1017 try {
969 /** 1018 /**
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
2 # This file is distributed under the same license as the LearnDash LMS plugin. 2 # This file is distributed under the same license as the LearnDash LMS plugin.
3 msgid "" 3 msgid ""
4 msgstr "" 4 msgstr ""
5 "Project-Id-Version: LearnDash LMS 4.7.0.1\n" 5 "Project-Id-Version: LearnDash LMS 4.7.0.2\n"
6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learndash-core\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learndash-core\n"
7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8 "Language-Team: LANGUAGE <LL@li.org>\n" 8 "Language-Team: LANGUAGE <LL@li.org>\n"
9 "MIME-Version: 1.0\n" 9 "MIME-Version: 1.0\n"
10 "Content-Type: text/plain; charset=UTF-8\n" 10 "Content-Type: text/plain; charset=UTF-8\n"
11 "Content-Transfer-Encoding: 8bit\n" 11 "Content-Transfer-Encoding: 8bit\n"
12 "POT-Creation-Date: 2023-06-26T22:15:02+00:00\n" 12 "POT-Creation-Date: 2023-07-10T17:58:53+00:00\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "X-Generator: WP-CLI 2.8.1\n" 14 "X-Generator: WP-CLI 2.8.1\n"
15 "X-Domain: learndash\n" 15 "X-Domain: learndash\n"
...@@ -5620,147 +5620,89 @@ msgstr "" ...@@ -5620,147 +5620,89 @@ msgstr ""
5620 #: includes/class-ld-design-wizard.php:146 5620 #: includes/class-ld-design-wizard.php:146
5621 #: includes/class-ld-design-wizard.php:157 5621 #: includes/class-ld-design-wizard.php:157
5622 #: includes/class-ld-design-wizard.php:168 5622 #: includes/class-ld-design-wizard.php:168
5623 #: includes/class-ld-design-wizard.php:179
5624 #: includes/class-ld-design-wizard.php:190
5625 #: includes/class-ld-design-wizard.php:201
5626 #: includes/class-ld-design-wizard.php:212
5627 #: includes/class-ld-design-wizard.php:223
5628 #: includes/class-ld-design-wizard.php:234
5629 #: includes/class-ld-design-wizard.php:245
5630 #: includes/class-ld-design-wizard.php:256
5631 #: includes/class-ld-design-wizard.php:267
5632 #: includes/class-ld-design-wizard.php:278
5633 #: includes/class-ld-design-wizard.php:289
5634 #: includes/class-ld-design-wizard.php:300
5623 msgid "Starter Templates by Kadence WP" 5635 msgid "Starter Templates by Kadence WP"
5624 msgstr "" 5636 msgstr ""
5625 5637
5626 #: includes/class-ld-design-wizard.php:180 5638 #: includes/class-ld-design-wizard.php:487
5627 #: includes/class-ld-design-wizard.php:192
5628 #: includes/class-ld-design-wizard.php:204
5629 #: includes/class-ld-design-wizard.php:216
5630 #: includes/class-ld-design-wizard.php:228
5631 #: includes/class-ld-design-wizard.php:240
5632 #: includes/class-ld-design-wizard.php:252
5633 #: includes/class-ld-design-wizard.php:264
5634 msgid "Starter Templates by Astra"
5635 msgstr ""
5636
5637 #: includes/class-ld-design-wizard.php:453
5638 #: includes/gutenberg/lib/class-ld-rest-exams-questions-gutenberg-posts-controller.php:233 5639 #: includes/gutenberg/lib/class-ld-rest-exams-questions-gutenberg-posts-controller.php:233
5639 #: includes/lib/wp-pro-quiz/lib/view/WpProQuiz_View_Import.php:29 5640 #: includes/lib/wp-pro-quiz/lib/view/WpProQuiz_View_Import.php:29
5640 msgid "Error" 5641 msgid "Error"
5641 msgstr "" 5642 msgstr ""
5642 5643
5643 #: includes/class-ld-design-wizard.php:455 5644 #: includes/class-ld-design-wizard.php:489
5644 msgid "There's unknown error with the design wizard. Please try again later or contact our support if the issue persists." 5645 msgid "There's unknown error with the design wizard. Please try again later or contact our support if the issue persists."
5645 msgstr "" 5646 msgstr ""
5646 5647
5647 #: includes/class-ld-design-wizard.php:551 5648 #: includes/class-ld-design-wizard.php:585
5648 #: includes/class-ld-design-wizard.php:552 5649 #: includes/class-ld-design-wizard.php:586
5649 msgid "LearnDash Design Wizard" 5650 msgid "LearnDash Design Wizard"
5650 msgstr "" 5651 msgstr ""
5651 5652
5652 #: includes/class-ld-design-wizard.php:1084 5653 #: includes/class-ld-design-wizard.php:978
5653 #: includes/class-ld-design-wizard.php:1241
5654 msgid "Default"
5655 msgstr ""
5656
5657 #: includes/class-ld-design-wizard.php:1089
5658 #: includes/class-ld-design-wizard.php:1246
5659 msgid "Style 1"
5660 msgstr ""
5661
5662 #: includes/class-ld-design-wizard.php:1104
5663 #: includes/class-ld-design-wizard.php:1261
5664 msgid "Style 2"
5665 msgstr ""
5666
5667 #: includes/class-ld-design-wizard.php:1119
5668 #: includes/class-ld-design-wizard.php:1276
5669 msgid "Style 3"
5670 msgstr ""
5671
5672 #: includes/class-ld-design-wizard.php:1134
5673 #: includes/class-ld-design-wizard.php:1291
5674 msgid "Style 4"
5675 msgstr ""
5676
5677 #: includes/class-ld-design-wizard.php:1149
5678 #: includes/class-ld-design-wizard.php:1306
5679 msgid "Style 5"
5680 msgstr ""
5681
5682 #: includes/class-ld-design-wizard.php:1164
5683 #: includes/class-ld-design-wizard.php:1321
5684 msgid "Style 6"
5685 msgstr ""
5686
5687 #: includes/class-ld-design-wizard.php:1179
5688 #: includes/class-ld-design-wizard.php:1336
5689 msgid "Style 7"
5690 msgstr ""
5691
5692 #: includes/class-ld-design-wizard.php:1194
5693 #: includes/class-ld-design-wizard.php:1351
5694 msgid "Style 8"
5695 msgstr ""
5696
5697 #: includes/class-ld-design-wizard.php:1209
5698 #: includes/class-ld-design-wizard.php:1366
5699 msgid "Style 9"
5700 msgstr ""
5701
5702 #: includes/class-ld-design-wizard.php:1224
5703 #: includes/class-ld-design-wizard.php:1381
5704 msgid "Style 10"
5705 msgstr ""
5706
5707 #: includes/class-ld-design-wizard.php:1517
5708 msgid "No theme specified." 5654 msgid "No theme specified."
5709 msgstr "" 5655 msgstr ""
5710 5656
5711 #: includes/class-ld-design-wizard.php:1531 5657 #: includes/class-ld-design-wizard.php:992
5712 msgid "Sorry, you are not allowed to install themes on this site." 5658 msgid "Sorry, you are not allowed to install themes on this site."
5713 msgstr "" 5659 msgstr ""
5714 5660
5715 #: includes/class-ld-design-wizard.php:1579 5661 #: includes/class-ld-design-wizard.php:1040
5716 #: includes/class-ld-design-wizard.php:1674 5662 #: includes/class-ld-design-wizard.php:1135
5717 msgid "Unable to connect to the filesystem. Please confirm your credentials." 5663 msgid "Unable to connect to the filesystem. Please confirm your credentials."
5718 msgstr "" 5664 msgstr ""
5719 5665
5720 #: includes/class-ld-design-wizard.php:1610 5666 #: includes/class-ld-design-wizard.php:1071
5721 msgid "No plugin specified." 5667 msgid "No plugin specified."
5722 msgstr "" 5668 msgstr ""
5723 5669
5724 #: includes/class-ld-design-wizard.php:1624 5670 #: includes/class-ld-design-wizard.php:1085
5725 msgid "Sorry, you are not allowed to install plugins on this site." 5671 msgid "Sorry, you are not allowed to install plugins on this site."
5726 msgstr "" 5672 msgstr ""
5727 5673
5728 #: includes/class-ld-design-wizard.php:1735 5674 #: includes/class-ld-design-wizard.php:1196
5729 msgid "We can't extract plugin file. Please check your file and directory permission." 5675 msgid "We can't extract plugin file. Please check your file and directory permission."
5730 msgstr "" 5676 msgstr ""
5731 5677
5732 #: includes/class-ld-design-wizard.php:1789 5678 #: includes/class-ld-design-wizard.php:1250
5733 msgid "User doesn't have enough capability" 5679 msgid "User doesn't have enough capability"
5734 msgstr "" 5680 msgstr ""
5735 5681
5736 #: includes/class-ld-design-wizard.php:1826 5682 #: includes/class-ld-design-wizard.php:1287
5737 msgid "The template has been built and is ready to use." 5683 msgid "The template has been built and is ready to use."
5738 msgstr "" 5684 msgstr ""
5739 5685
5740 #: includes/class-ld-design-wizard.php:1907 5686 #: includes/class-ld-design-wizard.php:1368
5741 msgid "Install plugin(s)" 5687 msgid "Install plugin(s)"
5742 msgstr "" 5688 msgstr ""
5743 5689
5744 #: includes/class-ld-design-wizard.php:1937 5690 #: includes/class-ld-design-wizard.php:1398
5745 msgid "Activate theme" 5691 msgid "Activate theme"
5746 msgstr "" 5692 msgstr ""
5747 5693
5748 #: includes/class-ld-design-wizard.php:1954 5694 #: includes/class-ld-design-wizard.php:1415
5749 msgid "Activate plugin(s)" 5695 msgid "Activate plugin(s)"
5750 msgstr "" 5696 msgstr ""
5751 5697
5752 #: includes/class-ld-design-wizard.php:1971 5698 #: includes/class-ld-design-wizard.php:1432
5753 msgid "Build template" 5699 msgid "Build template"
5754 msgstr "" 5700 msgstr ""
5755 5701
5756 #: includes/class-ld-design-wizard.php:1985 5702 #: includes/class-ld-design-wizard.php:1446
5757 msgid "Run Kadence template building process" 5703 msgid "Run Kadence template building process"
5758 msgstr "" 5704 msgstr ""
5759 5705
5760 #: includes/class-ld-design-wizard.php:1987
5761 msgid "Run Astra template building process"
5762 msgstr ""
5763
5764 #: includes/class-ld-gdpr.php:92 5706 #: includes/class-ld-gdpr.php:92
5765 #: includes/class-ld-gdpr.php:1285 5707 #: includes/class-ld-gdpr.php:1285
5766 msgid "LearnDash LMS Transactions" 5708 msgid "LearnDash LMS Transactions"
...@@ -8636,7 +8578,7 @@ msgstr "" ...@@ -8636,7 +8578,7 @@ msgstr ""
8636 8578
8637 #: includes/coupon/ld-coupon-functions.php:507 8579 #: includes/coupon/ld-coupon-functions.php:507
8638 #: includes/coupon/ld-coupon-functions.php:757 8580 #: includes/coupon/ld-coupon-functions.php:757
8639 #: includes/payments/gateways/class-learndash-stripe-gateway.php:195 8581 #: includes/payments/gateways/class-learndash-stripe-gateway.php:203
8640 msgid "Product not found." 8582 msgid "Product not found."
8641 msgstr "" 8583 msgstr ""
8642 8584
...@@ -9426,12 +9368,12 @@ msgid "<a href=\"https://www.learndash.com/support/docs/core/learndash-licensing ...@@ -9426,12 +9368,12 @@ msgid "<a href=\"https://www.learndash.com/support/docs/core/learndash-licensing
9426 msgstr "" 9368 msgstr ""
9427 9369
9428 #: includes/ld-scripts.php:86 9370 #: includes/ld-scripts.php:86
9429 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1034 9371 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1083
9430 msgid "Your transaction was successful." 9372 msgid "Your transaction was successful."
9431 msgstr "" 9373 msgstr ""
9432 9374
9433 #: includes/ld-scripts.php:87 9375 #: includes/ld-scripts.php:87
9434 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1035 9376 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1084
9435 msgid "Your transaction was successful. Please log in to access your content." 9377 msgid "Your transaction was successful. Please log in to access your content."
9436 msgstr "" 9378 msgstr ""
9437 9379
...@@ -11766,7 +11708,7 @@ msgstr "" ...@@ -11766,7 +11708,7 @@ msgstr ""
11766 11708
11767 #: includes/payments/gateways/class-learndash-razorpay-gateway.php:208 11709 #: includes/payments/gateways/class-learndash-razorpay-gateway.php:208
11768 #: includes/payments/gateways/class-learndash-razorpay-gateway.php:218 11710 #: includes/payments/gateways/class-learndash-razorpay-gateway.php:218
11769 #: includes/payments/gateways/class-learndash-stripe-gateway.php:185 11711 #: includes/payments/gateways/class-learndash-stripe-gateway.php:193
11770 #: includes/settings/settings-sections/class-ld-settings-section-logs.php:74 11712 #: includes/settings/settings-sections/class-ld-settings-section-logs.php:74
11771 #: includes/settings/settings-sections/class-ld-settings-section-logs.php:116 11713 #: includes/settings/settings-sections/class-ld-settings-section-logs.php:116
11772 msgid "Cheating?" 11714 msgid "Cheating?"
...@@ -11805,29 +11747,29 @@ msgstr "" ...@@ -11805,29 +11747,29 @@ msgstr ""
11805 msgid "Trial" 11747 msgid "Trial"
11806 msgstr "" 11748 msgstr ""
11807 11749
11808 #: includes/payments/gateways/class-learndash-stripe-gateway.php:135 11750 #: includes/payments/gateways/class-learndash-stripe-gateway.php:143
11809 #: includes/settings/settings-sections/settings-sections-payments/class-ld-settings-section-stripe-connect.php:54 11751 #: includes/settings/settings-sections/settings-sections-payments/class-ld-settings-section-stripe-connect.php:54
11810 msgid "Stripe Connect" 11752 msgid "Stripe Connect"
11811 msgstr "" 11753 msgstr ""
11812 11754
11813 #: includes/payments/gateways/class-learndash-stripe-gateway.php:205 11755 #: includes/payments/gateways/class-learndash-stripe-gateway.php:213
11814 msgid "Stripe session was not created." 11756 msgid "Stripe session was not created."
11815 msgstr "" 11757 msgstr ""
11816 11758
11817 #: includes/payments/gateways/class-learndash-stripe-gateway.php:283 11759 #: includes/payments/gateways/class-learndash-stripe-gateway.php:291
11818 msgid "Use Credit Card" 11760 msgid "Use Credit Card"
11819 msgstr "" 11761 msgstr ""
11820 11762
11821 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1270 11763 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1319
11822 msgid "The Billing Cycle Interval value must be set." 11764 msgid "The Billing Cycle Interval value must be set."
11823 msgstr "" 11765 msgstr ""
11824 11766
11825 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1272 11767 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1321
11826 msgid "The minimum Billing Cycle value is 1." 11768 msgid "The minimum Billing Cycle value is 1."
11827 msgstr "" 11769 msgstr ""
11828 11770
11829 #. Translators: number of days. 11771 #. Translators: number of days.
11830 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1299 11772 #: includes/payments/gateways/class-learndash-stripe-gateway.php:1348
11831 msgid "%d Day Trial" 11773 msgid "%d Day Trial"
11832 msgid_plural "%d Days Trial" 11774 msgid_plural "%d Days Trial"
11833 msgstr[0] "" 11775 msgstr[0] ""
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 * Plugin Name: LearnDash LMS 3 * Plugin Name: LearnDash LMS
4 * Plugin URI: http://www.learndash.com 4 * Plugin URI: http://www.learndash.com
5 * Description: LearnDash LMS Plugin - Turn your WordPress site into a learning management system. 5 * Description: LearnDash LMS Plugin - Turn your WordPress site into a learning management system.
6 * Version: 4.7.0.1 6 * Version: 4.7.0.2
7 * Author: LearnDash 7 * Author: LearnDash
8 * Author URI: http://www.learndash.com 8 * Author URI: http://www.learndash.com
9 * Text Domain: learndash 9 * Text Domain: learndash
...@@ -38,7 +38,7 @@ use StellarWP\Learndash\StellarWP\DB\DB; ...@@ -38,7 +38,7 @@ use StellarWP\Learndash\StellarWP\DB\DB;
38 * 38 *
39 * @internal Will be set by LearnDash LMS. Semantic versioning is used. 39 * @internal Will be set by LearnDash LMS. Semantic versioning is used.
40 */ 40 */
41 define( 'LEARNDASH_VERSION', '4.7.0.1' ); 41 define( 'LEARNDASH_VERSION', '4.7.0.2' );
42 42
43 if ( ! defined( 'LEARNDASH_LMS_PLUGIN_DIR' ) ) { 43 if ( ! defined( 'LEARNDASH_LMS_PLUGIN_DIR' ) ) {
44 /** 44 /**
......
...@@ -5,92 +5,92 @@ ...@@ -5,92 +5,92 @@
5 $strauss_src = dirname(__FILE__); 5 $strauss_src = dirname(__FILE__);
6 6
7 return array( 7 return array(
8 'StellarWP\Learndash\StellarWP\Models\Config' => $strauss_src . '/stellarwp/models/src/Models/Config.php', 8 'StellarWP\Learndash\lucatume\DI52\ContainerException' => $strauss_src . '/lucatume/di52/src/ContainerException.php',
9 'StellarWP\Learndash\StellarWP\Models\ModelFactory' => $strauss_src . '/stellarwp/models/src/Models/ModelFactory.php', 9 'StellarWP\Learndash\lucatume\DI52\NestedParseError' => $strauss_src . '/lucatume/di52/src/NestedParseError.php',
10 'StellarWP\Learndash\StellarWP\Models\Repositories\Repository' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Repository.php', 10 'StellarWP\Learndash\lucatume\DI52\Container' => $strauss_src . '/lucatume/di52/src/Container.php',
11 'StellarWP\Learndash\StellarWP\Models\Repositories\Contracts\Updatable' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Contracts/Updatable.php', 11 'StellarWP\Learndash\lucatume\DI52\App' => $strauss_src . '/lucatume/di52/src/App.php',
12 'StellarWP\Learndash\StellarWP\Models\Repositories\Contracts\Insertable' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Contracts/Insertable.php', 12 'StellarWP\Learndash\lucatume\DI52\ServiceProvider' => $strauss_src . '/lucatume/di52/src/ServiceProvider.php',
13 'StellarWP\Learndash\StellarWP\Models\Repositories\Contracts\Deletable' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Contracts/Deletable.php', 13 'StellarWP\Learndash\lucatume\DI52\Builders\ClassBuilder' => $strauss_src . '/lucatume/di52/src/Builders/ClassBuilder.php',
14 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelHasFactory' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelHasFactory.php', 14 'StellarWP\Learndash\lucatume\DI52\Builders\Factory' => $strauss_src . '/lucatume/di52/src/Builders/Factory.php',
15 'StellarWP\Learndash\StellarWP\Models\Contracts\Arrayable' => $strauss_src . '/stellarwp/models/src/Models/Contracts/Arrayable.php', 15 'StellarWP\Learndash\lucatume\DI52\Builders\ClosureBuilder' => $strauss_src . '/lucatume/di52/src/Builders/ClosureBuilder.php',
16 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelFromQueryBuilderObject' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelFromQueryBuilderObject.php', 16 'StellarWP\Learndash\lucatume\DI52\Builders\Resolver' => $strauss_src . '/lucatume/di52/src/Builders/Resolver.php',
17 'StellarWP\Learndash\StellarWP\Models\Contracts\Model' => $strauss_src . '/stellarwp/models/src/Models/Contracts/Model.php', 17 'StellarWP\Learndash\lucatume\DI52\Builders\Parameter' => $strauss_src . '/lucatume/di52/src/Builders/Parameter.php',
18 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelReadOnly' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelReadOnly.php', 18 'StellarWP\Learndash\lucatume\DI52\Builders\BuilderInterface' => $strauss_src . '/lucatume/di52/src/Builders/BuilderInterface.php',
19 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelCrud' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelCrud.php', 19 'StellarWP\Learndash\lucatume\DI52\Builders\ValueBuilder' => $strauss_src . '/lucatume/di52/src/Builders/ValueBuilder.php',
20 'StellarWP\Learndash\StellarWP\Models\ModelQueryBuilder' => $strauss_src . '/stellarwp/models/src/Models/ModelQueryBuilder.php', 20 'StellarWP\Learndash\lucatume\DI52\Builders\CallableBuilder' => $strauss_src . '/lucatume/di52/src/Builders/CallableBuilder.php',
21 'StellarWP\Learndash\StellarWP\Models\ValueObjects\Relationship' => $strauss_src . '/stellarwp/models/src/Models/ValueObjects/Relationship.php', 21 'StellarWP\Learndash\lucatume\DI52\Builders\ReinitializableBuilderInterface' => $strauss_src . '/lucatume/di52/src/Builders/ReinitializableBuilderInterface.php',
22 'StellarWP\Learndash\StellarWP\Models\Model' => $strauss_src . '/stellarwp/models/src/Models/Model.php', 22 'StellarWP\Learndash\lucatume\DI52\NotFoundException' => $strauss_src . '/lucatume/di52/src/NotFoundException.php',
23 'StellarWP\Learndash\StellarWP\Models\DataTransferObject' => $strauss_src . '/stellarwp/models/src/Models/DataTransferObject.php', 23 'StellarWP\Learndash\StellarWP\DB\DB' => $strauss_src . '/stellarwp/db/src/DB/DB.php',
24 'StellarWP\Learndash\StellarWP\DB\Config' => $strauss_src . '/stellarwp/db/src/DB/Config.php', 24 'StellarWP\Learndash\StellarWP\DB\Config' => $strauss_src . '/stellarwp/db/src/DB/Config.php',
25 'StellarWP\Learndash\StellarWP\DB\Database\Exceptions\DatabaseQueryException' => $strauss_src . '/stellarwp/db/src/DB/Database/Exceptions/DatabaseQueryException.php', 25 'StellarWP\Learndash\StellarWP\DB\Database\Exceptions\DatabaseQueryException' => $strauss_src . '/stellarwp/db/src/DB/Database/Exceptions/DatabaseQueryException.php',
26 'StellarWP\Learndash\StellarWP\DB\Database\Actions\EnableBigSqlSelects' => $strauss_src . '/stellarwp/db/src/DB/Database/Actions/EnableBigSqlSelects.php', 26 'StellarWP\Learndash\StellarWP\DB\Database\Actions\EnableBigSqlSelects' => $strauss_src . '/stellarwp/db/src/DB/Database/Actions/EnableBigSqlSelects.php',
27 'StellarWP\Learndash\StellarWP\DB\Database\Provider' => $strauss_src . '/stellarwp/db/src/DB/Database/Provider.php', 27 'StellarWP\Learndash\StellarWP\DB\Database\Provider' => $strauss_src . '/stellarwp/db/src/DB/Database/Provider.php',
28 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\Math' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/Math.php',
29 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\Type' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/Type.php',
30 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\Operator' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/Operator.php',
31 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\JoinType' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/JoinType.php',
32 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\QueryBuilder' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/QueryBuilder.php',
33 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\JoinQueryBuilder' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/JoinQueryBuilder.php',
34 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Join' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Join.php',
35 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\From' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/From.php',
36 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\RawSQL' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/RawSQL.php',
37 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Union' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Union.php', 28 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Union' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Union.php',
38 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\JoinCondition' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/JoinCondition.php', 29 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\JoinCondition' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/JoinCondition.php',
39 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Where' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Where.php', 30 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\RawSQL' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/RawSQL.php',
31 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\From' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/From.php',
40 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Having' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Having.php', 32 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Having' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Having.php',
41 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\OrderBy' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/OrderBy.php',
42 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Select' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Select.php', 33 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Select' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Select.php',
34 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Where' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Where.php',
35 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\OrderBy' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/OrderBy.php',
36 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\Join' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/Join.php',
43 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\MetaTable' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/MetaTable.php', 37 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Clauses\MetaTable' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Clauses/MetaTable.php',
44 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\GroupByStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/GroupByStatement.php',
45 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\FromClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/FromClause.php',
46 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\OffsetStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/OffsetStatement.php',
47 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\WhereClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/WhereClause.php',
48 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\SelectStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/SelectStatement.php',
49 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\LimitStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/LimitStatement.php', 38 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\LimitStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/LimitStatement.php',
50 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\UnionOperator' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/UnionOperator.php',
51 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\MetaQuery' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/MetaQuery.php',
52 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\CRUD' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/CRUD.php',
53 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\TablePrefix' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/TablePrefix.php',
54 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\HavingClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/HavingClause.php',
55 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\Aggregate' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/Aggregate.php', 39 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\Aggregate' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/Aggregate.php',
56 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\JoinClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/JoinClause.php', 40 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\JoinClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/JoinClause.php',
41 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\CRUD' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/CRUD.php',
42 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\GroupByStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/GroupByStatement.php',
43 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\OffsetStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/OffsetStatement.php',
44 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\FromClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/FromClause.php',
57 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\OrderByStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/OrderByStatement.php', 45 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\OrderByStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/OrderByStatement.php',
46 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\HavingClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/HavingClause.php',
47 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\UnionOperator' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/UnionOperator.php',
48 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\SelectStatement' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/SelectStatement.php',
49 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\TablePrefix' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/TablePrefix.php',
50 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\MetaQuery' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/MetaQuery.php',
51 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Concerns\WhereClause' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Concerns/WhereClause.php',
52 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\JoinQueryBuilder' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/JoinQueryBuilder.php',
53 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\Operator' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/Operator.php',
54 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\JoinType' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/JoinType.php',
55 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\Type' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/Type.php',
56 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\Types\Math' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/Types/Math.php',
57 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\QueryBuilder' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/QueryBuilder.php',
58 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\WhereQueryBuilder' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/WhereQueryBuilder.php', 58 'StellarWP\Learndash\StellarWP\DB\QueryBuilder\WhereQueryBuilder' => $strauss_src . '/stellarwp/db/src/DB/QueryBuilder/WhereQueryBuilder.php',
59 'StellarWP\Learndash\StellarWP\DB\DB' => $strauss_src . '/stellarwp/db/src/DB/DB.php', 59 'StellarWP\Learndash\StellarWP\Telemetry\Last_Send\Last_Send_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Last_Send/Last_Send_Subscriber.php',
60 'StellarWP\Learndash\StellarWP\Telemetry\Telemetry\Telemetry' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php', 60 'StellarWP\Learndash\StellarWP\Telemetry\Last_Send\Last_Send' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Last_Send/Last_Send.php',
61 'StellarWP\Learndash\StellarWP\Telemetry\Telemetry\Telemetry_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry_Subscriber.php', 61 'StellarWP\Learndash\StellarWP\Telemetry\Admin\Admin_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Admin/Admin_Subscriber.php',
62 'StellarWP\Learndash\StellarWP\Telemetry\Admin\Resources' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Admin/Resources.php',
63 'StellarWP\Learndash\StellarWP\Telemetry\Core' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Core.php',
62 'StellarWP\Learndash\StellarWP\Telemetry\Config' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Config.php', 64 'StellarWP\Learndash\StellarWP\Telemetry\Config' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Config.php',
63 'StellarWP\Learndash\StellarWP\Telemetry\Exit_Interview\Exit_Interview_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Exit_Interview/Exit_Interview_Subscriber.php', 65 'StellarWP\Learndash\StellarWP\Telemetry\Exit_Interview\Exit_Interview_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Exit_Interview/Exit_Interview_Subscriber.php',
64 'StellarWP\Learndash\StellarWP\Telemetry\Exit_Interview\Template' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Exit_Interview/Template.php', 66 'StellarWP\Learndash\StellarWP\Telemetry\Exit_Interview\Template' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Exit_Interview/Template.php',
65 'StellarWP\Learndash\StellarWP\Telemetry\Core' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Core.php', 67 'StellarWP\Learndash\StellarWP\Telemetry\Data_Providers\Debug_Data' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Data_Providers/Debug_Data.php',
66 'StellarWP\Learndash\StellarWP\Telemetry\Opt_In\Opt_In_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Subscriber.php', 68 'StellarWP\Learndash\StellarWP\Telemetry\Telemetry\Telemetry_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry_Subscriber.php',
69 'StellarWP\Learndash\StellarWP\Telemetry\Telemetry\Telemetry' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php',
67 'StellarWP\Learndash\StellarWP\Telemetry\Opt_In\Status' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Opt_In/Status.php', 70 'StellarWP\Learndash\StellarWP\Telemetry\Opt_In\Status' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Opt_In/Status.php',
71 'StellarWP\Learndash\StellarWP\Telemetry\Opt_In\Opt_In_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Subscriber.php',
68 'StellarWP\Learndash\StellarWP\Telemetry\Opt_In\Opt_In_Template' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Template.php', 72 'StellarWP\Learndash\StellarWP\Telemetry\Opt_In\Opt_In_Template' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Template.php',
73 'StellarWP\Learndash\StellarWP\Telemetry\Uninstall' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Uninstall.php',
74 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Subscriber_Interface' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Subscriber_Interface.php',
69 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Abstract_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Abstract_Subscriber.php', 75 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Abstract_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Abstract_Subscriber.php',
70 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Template_Interface' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Template_Interface.php', 76 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Template_Interface' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Template_Interface.php',
71 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Data_Provider' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Data_Provider.php', 77 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Data_Provider' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Data_Provider.php',
72 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Subscriber_Interface' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Subscriber_Interface.php',
73 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Runnable' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Runnable.php', 78 'StellarWP\Learndash\StellarWP\Telemetry\Contracts\Runnable' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Contracts/Runnable.php',
74 'StellarWP\Learndash\StellarWP\Telemetry\Last_Send\Last_Send' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Last_Send/Last_Send.php',
75 'StellarWP\Learndash\StellarWP\Telemetry\Last_Send\Last_Send_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Last_Send/Last_Send_Subscriber.php',
76 'StellarWP\Learndash\StellarWP\Telemetry\Admin\Admin_Subscriber' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Admin/Admin_Subscriber.php',
77 'StellarWP\Learndash\StellarWP\Telemetry\Admin\Resources' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Admin/Resources.php',
78 'StellarWP\Learndash\StellarWP\Telemetry\Uninstall' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Uninstall.php',
79 'StellarWP\Learndash\StellarWP\Telemetry\Data_Providers\Debug_Data' => $strauss_src . '/stellarwp/telemetry/src/Telemetry/Data_Providers/Debug_Data.php',
80 'StellarWP\Learndash\StellarWP\ContainerContract\ContainerInterface' => $strauss_src . '/stellarwp/container-contract/src/ContainerInterface.php', 79 'StellarWP\Learndash\StellarWP\ContainerContract\ContainerInterface' => $strauss_src . '/stellarwp/container-contract/src/ContainerInterface.php',
81 'StellarWP\Learndash\lucatume\DI52\App' => $strauss_src . '/lucatume/di52/src/App.php', 80 'StellarWP\Learndash\StellarWP\Models\Repositories\Repository' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Repository.php',
82 'StellarWP\Learndash\lucatume\DI52\Container' => $strauss_src . '/lucatume/di52/src/Container.php', 81 'StellarWP\Learndash\StellarWP\Models\Repositories\Contracts\Deletable' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Contracts/Deletable.php',
83 'StellarWP\Learndash\lucatume\DI52\ContainerException' => $strauss_src . '/lucatume/di52/src/ContainerException.php', 82 'StellarWP\Learndash\StellarWP\Models\Repositories\Contracts\Insertable' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Contracts/Insertable.php',
84 'StellarWP\Learndash\lucatume\DI52\NestedParseError' => $strauss_src . '/lucatume/di52/src/NestedParseError.php', 83 'StellarWP\Learndash\StellarWP\Models\Repositories\Contracts\Updatable' => $strauss_src . '/stellarwp/models/src/Models/Repositories/Contracts/Updatable.php',
85 'StellarWP\Learndash\lucatume\DI52\NotFoundException' => $strauss_src . '/lucatume/di52/src/NotFoundException.php', 84 'StellarWP\Learndash\StellarWP\Models\Config' => $strauss_src . '/stellarwp/models/src/Models/Config.php',
86 'StellarWP\Learndash\lucatume\DI52\ServiceProvider' => $strauss_src . '/lucatume/di52/src/ServiceProvider.php', 85 'StellarWP\Learndash\StellarWP\Models\DataTransferObject' => $strauss_src . '/stellarwp/models/src/Models/DataTransferObject.php',
87 'StellarWP\Learndash\lucatume\DI52\Builders\Parameter' => $strauss_src . '/lucatume/di52/src/Builders/Parameter.php', 86 'StellarWP\Learndash\StellarWP\Models\ModelQueryBuilder' => $strauss_src . '/stellarwp/models/src/Models/ModelQueryBuilder.php',
88 'StellarWP\Learndash\lucatume\DI52\Builders\ClassBuilder' => $strauss_src . '/lucatume/di52/src/Builders/ClassBuilder.php', 87 'StellarWP\Learndash\StellarWP\Models\ValueObjects\Relationship' => $strauss_src . '/stellarwp/models/src/Models/ValueObjects/Relationship.php',
89 'StellarWP\Learndash\lucatume\DI52\Builders\ClosureBuilder' => $strauss_src . '/lucatume/di52/src/Builders/ClosureBuilder.php', 88 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelReadOnly' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelReadOnly.php',
90 'StellarWP\Learndash\lucatume\DI52\Builders\Resolver' => $strauss_src . '/lucatume/di52/src/Builders/Resolver.php', 89 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelFromQueryBuilderObject' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelFromQueryBuilderObject.php',
91 'StellarWP\Learndash\lucatume\DI52\Builders\BuilderInterface' => $strauss_src . '/lucatume/di52/src/Builders/BuilderInterface.php', 90 'StellarWP\Learndash\StellarWP\Models\Contracts\Arrayable' => $strauss_src . '/stellarwp/models/src/Models/Contracts/Arrayable.php',
92 'StellarWP\Learndash\lucatume\DI52\Builders\ValueBuilder' => $strauss_src . '/lucatume/di52/src/Builders/ValueBuilder.php', 91 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelCrud' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelCrud.php',
93 'StellarWP\Learndash\lucatume\DI52\Builders\ReinitializableBuilderInterface' => $strauss_src . '/lucatume/di52/src/Builders/ReinitializableBuilderInterface.php', 92 'StellarWP\Learndash\StellarWP\Models\Contracts\ModelHasFactory' => $strauss_src . '/stellarwp/models/src/Models/Contracts/ModelHasFactory.php',
94 'StellarWP\Learndash\lucatume\DI52\Builders\Factory' => $strauss_src . '/lucatume/di52/src/Builders/Factory.php', 93 'StellarWP\Learndash\StellarWP\Models\Contracts\Model' => $strauss_src . '/stellarwp/models/src/Models/Contracts/Model.php',
95 'StellarWP\Learndash\lucatume\DI52\Builders\CallableBuilder' => $strauss_src . '/lucatume/di52/src/Builders/CallableBuilder.php', 94 'StellarWP\Learndash\StellarWP\Models\ModelFactory' => $strauss_src . '/stellarwp/models/src/Models/ModelFactory.php',
95 'StellarWP\Learndash\StellarWP\Models\Model' => $strauss_src . '/stellarwp/models/src/Models/Model.php',
96 ); 96 );
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package StellarWP\Learndash\lucatume\DI52\Builders 5 * @package StellarWP\Learndash\lucatume\DI52\Builders
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package StellarWP\Learndash\lucatume\DI52\Builders 5 * @package StellarWP\Learndash\lucatume\DI52\Builders
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package StellarWP\Learndash\lucatume\DI52\Builders 5 * @package StellarWP\Learndash\lucatume\DI52\Builders
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package StellarWP\Learndash\lucatume\DI52\Builders 5 * @package StellarWP\Learndash\lucatume\DI52\Builders
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 * @package StellarWP\Learndash\lucatume\DI52; 6 * @package StellarWP\Learndash\lucatume\DI52;
7 * 7 *
8 * @license GPL-3.0 8 * @license GPL-3.0
9 * Modified by learndash on 26-June-2023 using Strauss. 9 * Modified by learndash on 10-July-2023 using Strauss.
10 * @see https://github.com/BrianHenryIE/strauss 10 * @see https://github.com/BrianHenryIE/strauss
11 */ 11 */
12 12
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package lucatume\DI52 5 * @package lucatume\DI52
6 * 6 *
7 * @license GPL-3.0 7 * @license GPL-3.0
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 * The base service provider class. 3 * The base service provider class.
4 * 4 *
5 * @license GPL-3.0 5 * @license GPL-3.0
6 * Modified by learndash on 26-June-2023 using Strauss. 6 * Modified by learndash on 10-July-2023 using Strauss.
7 * @see https://github.com/BrianHenryIE/strauss 7 * @see https://github.com/BrianHenryIE/strauss
8 */ 8 */
9 9
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0-or-later 3 * @license GPL-2.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ declare( strict_types=1 ); 7 */ declare( strict_types=1 );
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-2.0 3 * @license GPL-2.0
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * @license GPL-3.0-or-later 3 * @license GPL-3.0-or-later
4 * 4 *
5 * Modified by learndash on 26-June-2023 using Strauss. 5 * Modified by learndash on 10-July-2023 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss 6 * @see https://github.com/BrianHenryIE/strauss
7 */ 7 */
8 8
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts 5 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts
6 * 6 *
7 * @license GPL-2.0-or-later 7 * @license GPL-2.0-or-later
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts 7 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts 7 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts 5 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts
6 * 6 *
7 * @license GPL-2.0-or-later 7 * @license GPL-2.0-or-later
8 * Modified by learndash on 26-June-2023 using Strauss. 8 * Modified by learndash on 10-July-2023 using Strauss.
9 * @see https://github.com/BrianHenryIE/strauss 9 * @see https://github.com/BrianHenryIE/strauss
10 */ 10 */
11 11
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts 7 * @package StellarWP\Learndash\StellarWP\Telemetry\Contracts
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * @package StellarWP\Telemetry 7 * @package StellarWP\Telemetry
8 * 8 *
9 * @license GPL-2.0-or-later 9 * @license GPL-2.0-or-later
10 * Modified by learndash on 26-June-2023 using Strauss. 10 * Modified by learndash on 10-July-2023 using Strauss.
11 * @see https://github.com/BrianHenryIE/strauss 11 * @see https://github.com/BrianHenryIE/strauss
12 */ 12 */
13 13
......
...@@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) { ...@@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
22 22
23 require_once __DIR__ . '/composer/autoload_real.php'; 23 require_once __DIR__ . '/composer/autoload_real.php';
24 24
25 return ComposerAutoloaderInit3e9b411de439a38947378e38e0b8a3cf::getLoader(); 25 return ComposerAutoloaderInitea1c63e75a7fce2fee933e570f9ebd0e::getLoader();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 2
3 // autoload_real.php @generated by Composer 3 // autoload_real.php @generated by Composer
4 4
5 class ComposerAutoloaderInit3e9b411de439a38947378e38e0b8a3cf 5 class ComposerAutoloaderInitea1c63e75a7fce2fee933e570f9ebd0e
6 { 6 {
7 private static $loader; 7 private static $loader;
8 8
...@@ -24,12 +24,12 @@ class ComposerAutoloaderInit3e9b411de439a38947378e38e0b8a3cf ...@@ -24,12 +24,12 @@ class ComposerAutoloaderInit3e9b411de439a38947378e38e0b8a3cf
24 24
25 require __DIR__ . '/platform_check.php'; 25 require __DIR__ . '/platform_check.php';
26 26
27 spl_autoload_register(array('ComposerAutoloaderInit3e9b411de439a38947378e38e0b8a3cf', 'loadClassLoader'), true, true); 27 spl_autoload_register(array('ComposerAutoloaderInitea1c63e75a7fce2fee933e570f9ebd0e', 'loadClassLoader'), true, true);
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29 spl_autoload_unregister(array('ComposerAutoloaderInit3e9b411de439a38947378e38e0b8a3cf', 'loadClassLoader')); 29 spl_autoload_unregister(array('ComposerAutoloaderInitea1c63e75a7fce2fee933e570f9ebd0e', 'loadClassLoader'));
30 30
31 require __DIR__ . '/autoload_static.php'; 31 require __DIR__ . '/autoload_static.php';
32 call_user_func(\Composer\Autoload\ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf::getInitializer($loader)); 32 call_user_func(\Composer\Autoload\ComposerStaticInitea1c63e75a7fce2fee933e570f9ebd0e::getInitializer($loader));
33 33
34 $loader->register(true); 34 $loader->register(true);
35 35
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 4
5 namespace Composer\Autoload; 5 namespace Composer\Autoload;
6 6
7 class ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf 7 class ComposerStaticInitea1c63e75a7fce2fee933e570f9ebd0e
8 { 8 {
9 public static $prefixLengthsPsr4 = array ( 9 public static $prefixLengthsPsr4 = array (
10 'l' => 10 'l' =>
...@@ -144,9 +144,9 @@ class ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf ...@@ -144,9 +144,9 @@ class ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf
144 public static function getInitializer(ClassLoader $loader) 144 public static function getInitializer(ClassLoader $loader)
145 { 145 {
146 return \Closure::bind(function () use ($loader) { 146 return \Closure::bind(function () use ($loader) {
147 $loader->prefixLengthsPsr4 = ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf::$prefixLengthsPsr4; 147 $loader->prefixLengthsPsr4 = ComposerStaticInitea1c63e75a7fce2fee933e570f9ebd0e::$prefixLengthsPsr4;
148 $loader->prefixDirsPsr4 = ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf::$prefixDirsPsr4; 148 $loader->prefixDirsPsr4 = ComposerStaticInitea1c63e75a7fce2fee933e570f9ebd0e::$prefixDirsPsr4;
149 $loader->classMap = ComposerStaticInit3e9b411de439a38947378e38e0b8a3cf::$classMap; 149 $loader->classMap = ComposerStaticInitea1c63e75a7fce2fee933e570f9ebd0e::$classMap;
150 150
151 }, null, ClassLoader::class); 151 }, null, ClassLoader::class);
152 } 152 }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 'name' => 'learndash/core', 3 'name' => 'learndash/core',
4 'pretty_version' => 'dev-main', 4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main', 5 'version' => 'dev-main',
6 'reference' => '6fdb102f43ffa7ca6288362f9178d32ccc74c348', 6 'reference' => 'ea08530666431c71e98f9b72e04a5b80b790b8fc',
7 'type' => 'wordpress-plugin', 7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../', 8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(), 9 'aliases' => array(),
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 'learndash/core' => array( 13 'learndash/core' => array(
14 'pretty_version' => 'dev-main', 14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main', 15 'version' => 'dev-main',
16 'reference' => '6fdb102f43ffa7ca6288362f9178d32ccc74c348', 16 'reference' => 'ea08530666431c71e98f9b72e04a5b80b790b8fc',
17 'type' => 'wordpress-plugin', 17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../', 18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(), 19 'aliases' => array(),
......
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
3 This file is used by the Wordfence Web Application Firewall. Read 3 This file is used by the Wordfence Web Application Firewall. Read
4 more at https://docs.wordfence.com/en/Web_Application_Firewall_FAQ 4 more at https://docs.wordfence.com/en/Web_Application_Firewall_FAQ
5 ****************************************************************** 5 ******************************************************************
6 a:26:{s:6:"apiKey";s:160:"21ed91b10ff53dcf16849ef3dfe609a717ee4d277c6728cb9916935c9b093a45a0f2d9d194ec204a2d41ab3f6780cc7004b1ba0dd85a23e69a19a3a781634f824b7fb8e6a11eeb07e54fd4b783a86d39";s:6:"isPaid";b:0;s:7:"siteURL";s:23:"http://broker-site.test";s:7:"homeURL";s:23:"http://broker-site.test";s:14:"whitelistedIPs";s:28:"66.135.105.132,141.94.254.72";s:9:"howGetIPs";s:0:"";s:25:"howGetIPs_trusted_proxies";s:0:"";s:13:"pluginABSPATH";s:41:"/Users/jeffbalicki/WebServer/broker-site/";s:11:"other_WFNet";b:1;s:9:"serverIPs";s:48:"["35.226.240.146","107.178.217.147","127.0.0.1"]";s:15:"blockCustomText";s:0:"";s:23:"advancedBlockingEnabled";s:1:"1";s:21:"betaThreatDefenseFeed";b:0;s:20:"disableWAFIPBlocking";s:1:"1";s:13:"patternBlocks";s:2:"[]";s:13:"countryBlocks";s:154:"{"blocks":[],"action":"block","loggedInBlocked":"0","bypassRedirURL":"","bypassRedirDest":"","bypassViewURL":"","redirURL":"","cookieVal":"59ef98d8c866d"}";s:11:"otherBlocks";s:33:"{"blockedTime":"300","blocks":[]}";s:8:"lockouts";s:35:"{"lockedOutTime":300,"lockouts":[]}";s:21:"whitelistedServiceIPs";s:10121:"{"private":["10.0.0.0\/8","127.0.0.0\/8","172.16.0.0\/12","192.0.0.0\/29","192.168.0.0\/16"],"wordfence":["54.68.32.247","69.46.36.0\/27","2605:2400:0104:0100::\/56"],"sucuri":["97.74.127.171","69.164.203.172","173.230.128.135","66.228.34.49","66.228.40.185","50.116.36.92","50.116.36.93","50.116.3.171","198.58.96.212","50.116.63.221","192.155.92.112","192.81.128.31","198.58.106.244","192.155.95.139","23.239.9.227","198.58.112.103","192.155.94.43","162.216.16.33","173.255.233.124","173.255.233.124","192.155.90.179","50.116.41.217","192.81.129.227","198.58.111.80","162.216.19.183"],"facebook":["69.63.176.0\/20","66.220.144.0\/20","66.220.144.0\/21","69.63.184.0\/21","69.63.176.0\/21","74.119.76.0\/22","69.171.255.0\/24","173.252.64.0\/18","69.171.224.0\/19","69.171.224.0\/20","103.4.96.0\/22","69.63.176.0\/24","173.252.64.0\/19","173.252.70.0\/24","31.13.64.0\/18","31.13.24.0\/21","66.220.152.0\/21","66.220.159.0\/24","69.171.239.0\/24","69.171.240.0\/20","31.13.64.0\/19","31.13.64.0\/24","31.13.65.0\/24","31.13.67.0\/24","31.13.68.0\/24","31.13.69.0\/24","31.13.70.0\/24","31.13.71.0\/24","31.13.72.0\/24","31.13.73.0\/24","31.13.74.0\/24","31.13.75.0\/24","31.13.76.0\/24","31.13.77.0\/24","31.13.96.0\/19","31.13.66.0\/24","173.252.96.0\/19","69.63.178.0\/24","31.13.78.0\/24","31.13.79.0\/24","31.13.80.0\/24","31.13.82.0\/24","31.13.83.0\/24","31.13.84.0\/24","31.13.85.0\/24","31.13.86.0\/24","31.13.87.0\/24","31.13.88.0\/24","31.13.89.0\/24","31.13.90.0\/24","31.13.91.0\/24","31.13.92.0\/24","31.13.93.0\/24","31.13.94.0\/24","31.13.95.0\/24","69.171.253.0\/24","69.63.186.0\/24","31.13.81.0\/24","179.60.192.0\/22","179.60.192.0\/24","179.60.193.0\/24","179.60.194.0\/24","179.60.195.0\/24","185.60.216.0\/22","45.64.40.0\/22","185.60.216.0\/24","185.60.217.0\/24","185.60.218.0\/24","185.60.219.0\/24","129.134.0.0\/16","157.240.0.0\/16","157.240.8.0\/24","157.240.0.0\/24","157.240.1.0\/24","157.240.2.0\/24","157.240.3.0\/24","157.240.4.0\/24","157.240.5.0\/24","157.240.6.0\/24","157.240.7.0\/24","157.240.9.0\/24","157.240.10.0\/24","157.240.16.0\/24","157.240.19.0\/24","157.240.11.0\/24","157.240.12.0\/24","157.240.13.0\/24","157.240.14.0\/24","157.240.15.0\/24","157.240.17.0\/24","157.240.18.0\/24","157.240.20.0\/24","157.240.21.0\/24","157.240.22.0\/24","157.240.23.0\/24","157.240.0.0\/17","69.171.250.0\/24","157.240.24.0\/24","157.240.25.0\/24","199.201.64.0\/24","199.201.65.0\/24","199.201.64.0\/22","204.15.20.0\/22","157.240.192.0\/24","129.134.0.0\/17","204.15.20.0\/22","69.63.176.0\/20","69.63.176.0\/21","69.63.184.0\/21","66.220.144.0\/20","69.63.176.0\/20","2620:0:1c00::\/40","2a03:2880::\/32","2a03:2880:fffe::\/48","2a03:2880:ffff::\/48","2620:0:1cff::\/48","2a03:2880:f000::\/48","2a03:2880:f001::\/48","2a03:2880:f002::\/48","2a03:2880:f003::\/48","2a03:2880:f004::\/48","2a03:2880:f005::\/48","2a03:2880:f006::\/48","2a03:2880:f007::\/48","2a03:2880:f008::\/48","2a03:2880:f009::\/48","2a03:2880:f00a::\/48","2a03:2880:f00b::\/48","2a03:2880:f00c::\/48","2a03:2880:f00d::\/48","2a03:2880:f00e::\/48","2a03:2880:f00f::\/48","2a03:2880:f010::\/48","2a03:2880:f011::\/48","2a03:2880:f012::\/48","2a03:2880:f013::\/48","2a03:2880:f014::\/48","2a03:2880:f015::\/48","2a03:2880:f016::\/48","2a03:2880:f017::\/48","2a03:2880:f018::\/48","2a03:2880:f019::\/48","2a03:2880:f01a::\/48","2a03:2880:f01b::\/48","2a03:2880:f01c::\/48","2a03:2880:f01d::\/48","2a03:2880:f01e::\/48","2a03:2880:f01f::\/48","2a03:2880:1000::\/36","2a03:2880:2000::\/36","2a03:2880:3000::\/36","2a03:2880:4000::\/36","2a03:2880:5000::\/36","2a03:2880:6000::\/36","2a03:2880:7000::\/36","2a03:2880:f020::\/48","2a03:2880:f021::\/48","2a03:2880:f022::\/48","2a03:2880:f023::\/48","2a03:2880:f024::\/48","2a03:2880:f025::\/48","2a03:2880:f026::\/48","2a03:2880:f027::\/48","2a03:2880:f028::\/48","2a03:2880:f029::\/48","2a03:2880:f02b::\/48","2a03:2880:f02c::\/48","2a03:2880:f02d::\/48","2a03:2880:f02e::\/48","2a03:2880:f02f::\/48","2a03:2880:f030::\/48","2a03:2880:f031::\/48","2a03:2880:f032::\/48","2a03:2880:f033::\/48","2a03:2880:f034::\/48","2a03:2880:f035::\/48","2a03:2880:f036::\/48","2a03:2880:f037::\/48","2a03:2880:f038::\/48","2a03:2880:f039::\/48","2a03:2880:f03a::\/48","2a03:2880:f03b::\/48","2a03:2880:f03c::\/48","2a03:2880:f03d::\/48","2a03:2880:f03e::\/48","2a03:2880:f03f::\/48","2401:db00::\/32","2a03:2880::\/36","2803:6080::\/32","2a03:2880:f100::\/48","2a03:2880:f200::\/48","2a03:2880:f101::\/48","2a03:2880:f201::\/48","2a03:2880:f102::\/48","2a03:2880:f202::\/48","2a03:2880:f103::\/48","2a03:2880:f203::\/48","2a03:2880:f104::\/48","2a03:2880:f204::\/48","2a03:2880:f107::\/48","2a03:2880:f207::\/48","2a03:2880:f108::\/48","2a03:2880:f208::\/48","2a03:2880:f109::\/48","2a03:2880:f209::\/48","2a03:2880:f10a::\/48","2a03:2880:f20a::\/48","2a03:2880:f10b::\/48","2a03:2880:f20b::\/48","2a03:2880:f10d::\/48","2a03:2880:f20d::\/48","2a03:2880:f10e::\/48","2a03:2880:f20e::\/48","2a03:2880:f10f::\/48","2a03:2880:f20f::\/48","2a03:2880:f110::\/48","2a03:2880:f210::\/48","2a03:2880:f111::\/48","2a03:2880:f211::\/48","2a03:2880:f112::\/48","2a03:2880:f212::\/48","2a03:2880:f114::\/48","2a03:2880:f214::\/48","2a03:2880:f115::\/48","2a03:2880:f215::\/48","2a03:2880:f116::\/48","2a03:2880:f216::\/48","2a03:2880:f117::\/48","2a03:2880:f217::\/48","2a03:2880:f118::\/48","2a03:2880:f218::\/48","2a03:2880:f119::\/48","2a03:2880:f219::\/48","2a03:2880:f11a::\/48","2a03:2880:f21a::\/48","2a03:2880:f11f::\/48","2a03:2880:f21f::\/48","2a03:2880:f121::\/48","2a03:2880:f221::\/48","2a03:2880:f122::\/48","2a03:2880:f222::\/48","2a03:2880:f123::\/48","2a03:2880:f223::\/48","2a03:2880:f10c::\/48","2a03:2880:f20c::\/48","2a03:2880:f126::\/48","2a03:2880:f226::\/48","2a03:2880:f105::\/48","2a03:2880:f205::\/48","2a03:2880:f125::\/48","2a03:2880:f225::\/48","2a03:2880:f106::\/48","2a03:2880:f206::\/48","2a03:2880:f11b::\/48","2a03:2880:f21b::\/48","2a03:2880:f113::\/48","2a03:2880:f213::\/48","2a03:2880:f11c::\/48","2a03:2880:f21c::\/48","2a03:2880:f128::\/48","2a03:2880:f228::\/48","2a03:2880:f02a::\/48","2a03:2880:f12a::\/48","2a03:2880:f22a::\/48","2a03:2880:f12f::\/48","2a03:2880:f22f::\/48","2a03:2880:f11d::\/48","2a03:2880:f11e::\/48","2a03:2880:f120::\/48","2a03:2880:f124::\/48","2a03:2880:f127::\/48","2a03:2880:f129::\/48","2a03:2880:f12b::\/48","2a03:2880:f12c::\/48","2a03:2880:f12d::\/48","2a03:2880:f12e::\/48","2a03:2880:f130::\/48","2a03:2880:f131::\/48","2a03:2880:f132::\/48","2a03:2880:f133::\/48","2a03:2880:f134::\/48","2a03:2880:f135::\/48","2a03:2880:f136::\/48","2a03:2880:f137::\/48","2a03:2880:f138::\/48","2a03:2880:f139::\/48","2a03:2880:f13a::\/48","2a03:2880:f13b::\/48","2a03:2880:f13c::\/48","2a03:2880:f13d::\/48","2a03:2880:f13e::\/48","2a03:2880:f13f::\/48","2a03:2880:f21d::\/48","2a03:2880:f21e::\/48","2a03:2880:f220::\/48","2a03:2880:f224::\/48","2a03:2880:f227::\/48","2a03:2880:f229::\/48","2a03:2880:f22b::\/48","2a03:2880:f22c::\/48","2a03:2880:f22d::\/48","2a03:2880:f22e::\/48","2a03:2880:f230::\/48","2a03:2880:f231::\/48","2a03:2880:f232::\/48","2a03:2880:f233::\/48","2a03:2880:f234::\/48","2a03:2880:f235::\/48","2a03:2880:f236::\/48","2a03:2880:f237::\/48","2a03:2880:f238::\/48","2a03:2880:f239::\/48","2a03:2880:f23a::\/48","2a03:2880:f23b::\/48","2a03:2880:f23c::\/48","2a03:2880:f23d::\/48","2a03:2880:f23e::\/48","2a03:2880:f23f::\/48","2a03:2880:f0ff::\/48","2a03:2880:f1ff::\/48","2a03:2880:f2ff::\/48","2c0f:ef78:0003::\/48"],"uptimerobot":["69.162.124.224\/28","63.143.42.240\/28"],"statuscake":["103.194.112.70","104.131.247.151","104.131.248.65","104.131.248.78","104.156.229.24","104.156.255.184","104.206.168.26","104.238.164.105","107.150.1.135","107.155.104.182","107.155.108.234","107.155.125.29","107.161.28.219","107.170.197.248","107.170.219.46","107.170.227.23","107.170.227.24","107.170.240.141","107.170.53.191","107.191.47.131","107.191.57.237","108.61.119.153","108.61.162.214","108.61.205.201","108.61.212.141","108.61.215.179","125.63.48.239","128.199.222.65","138.197.130.232","138.197.130.235","138.197.140.243","138.204.171.136","138.68.24.115","138.68.24.136","138.68.24.207","138.68.24.60","138.68.80.10","138.68.80.173","139.59.15.79","139.59.155.26","139.59.190.241","139.59.22.109","139.59.26.85","139.59.29.167","149.154.157.61","149.255.59.100","151.236.10.238","151.236.18.80","151.80.175.223","151.80.175.226","154.127.60.23","154.127.60.59","158.255.208.76","159.203.182.22","159.203.182.60","159.203.186.225","159.203.31.18","162.243.247.163","162.243.71.56","162.248.97.72","162.253.64.104","162.253.64.87","176.56.230.110","178.62.101.57","178.62.104.137","178.62.106.84","178.62.109.7","178.62.40.233","178.62.41.44","178.62.41.49","178.62.41.52","178.62.65.162","178.62.71.227","178.62.78.199","178.62.80.93","178.62.86.69","178.73.210.99","181.41.201.117","181.41.214.137","185.112.157.185","185.12.45.70","185.47.129.168","185.60.135.86","188.166.158.224","188.166.253.148","188.226.139.158","188.226.158.160","188.226.169.228","188.226.171.58","188.226.184.152","188.226.185.106","188.226.186.199","188.226.203.84","188.226.247.184","188.68.238.79","192.241.221.11","193.124.178.54","193.124.178.61","193.182.144.105","193.182.144.147","199.167.128.80","209.222.30.242","213.183.56.107","217.148.43.188","217.148.43.202","31.220.7.237","37.157.246.146","37.235.48.42","37.235.52.25","37.235.53.240","37.235.55.205","37.97.188.103","45.32.128.80","45.32.145.79","45.32.151.21","45.32.160.172","45.32.166.195","45.32.171.24","45.32.192.198","45.32.195.186","45.32.195.93","45.32.212.56","45.32.36.158","45.32.7.22","45.63.121.159","45.63.26.78","45.63.51.63","45.63.61.213","45.63.76.68","45.63.78.84","45.63.86.120","45.63.88.213","45.76.1.44","45.76.192.50","45.76.3.112","46.101.0.24","46.101.110.32","46.101.110.43","46.101.110.45","46.101.20.96","46.101.238.182","46.101.238.189","46.101.240.208","46.101.27.186","46.101.61.83","46.101.74.251","5.45.179.103","50.2.139.16","82.221.95.161","91.236.116.163"],"seznam":["77.75.74.0\/24","77.75.76.0\/24","77.75.77.0\/24","77.75.78.0\/24","77.75.79.0\/24","2a02:598:a::78:0\/112","2a02:598:a::79:0\/112","2a02:598:2::0\/96"]}";s:25:"detectProxyRecommendation";s:11:"REMOTE_ADDR";s:16:"wordpressVersion";s:5:"5.9.2";s:23:"wordpressPluginVersions";a:70:{s:17:"admin-columns-pro";s:3:"5.7";s:17:"admin-menu-editor";s:4:"1.10";s:26:"advanced-custom-fields-pro";s:6:"5.12.1";s:19:"all-in-one-seo-pack";s:7:"4.1.5.3";s:22:"autocomplete-learndash";s:3:"1.2";s:22:"azure-active-directory";s:3:"0.1";s:7:"badgeos";s:5:"3.7.0";s:24:"badgeos-learndash-add-on";s:5:"1.2.5";s:27:"black-studio-tinymce-widget";s:5:"2.7.0";s:9:"block-lab";s:3:"200";s:15:"broker-settings";s:3:"0.1";s:22:"cf7-conditional-fields";s:5:"2.1.2";s:14:"contact-form-7";s:5:"5.5.6";s:29:"contact-form-7-datepicker-fix";s:3:"2.6";s:36:"contact-form-7-to-database-extension";s:6:"2.9.13";s:12:"cff-carousel";s:3:"1.2";s:24:"custom-facebook-feed-pro";s:6:"3.19.4";s:14:"disable-emails";s:5:"1.7.0";s:30:"disable-new-user-notifications";s:5:"2.0.0";s:29:"disable-password-change-email";s:5:"1.0.1";s:13:"disable-users";s:5:"1.0.5";s:23:"display-posts-shortcode";s:5:"3.0.2";s:14:"duplicate-page";s:5:"4.4.8";s:16:"export-user-data";s:5:"2.2.6";s:13:"gallery-video";s:5:"2.2.0";s:15:"cookie-law-info";s:5:"2.1.1";s:31:"import-users-from-csv-with-meta";s:8:"1.19.1.9";s:21:"import-users-from-csv";s:5:"1.0.1";s:12:"insert-pages";s:5:"3.7.2";s:8:"sfwd-lms";s:7:"3.6.0.2";s:29:"learndash-certificate-builder";s:5:"1.0.2";s:21:"learndash-course-grid";s:5:"1.7.0";s:13:"login-as-user";s:5:"1.4.2";s:14:"cf7-multi-step";s:5:"2.6.7";s:11:"my-calendar";s:0:"";s:7:"tenzing";s:3:"1.0";s:31:"wp-custom-new-user-email-master";s:5:"1.0.0";s:15:"post-duplicator";s:4:"2.28";s:22:"post-my-contact-form-7";s:5:"5.4.6";s:21:"really-simple-captcha";s:3:"2.1";s:17:"really-simple-ssl";s:5:"5.3.0";s:11:"redirection";s:5:"5.2.3";s:8:"searchwp";s:5:"4.2.1";s:19:"searchwp-shortcodes";s:5:"1.8.2";s:25:"searchwp-xpdf-integration";s:5:"1.1.1";s:19:"shortcodes-ultimate";s:6:"5.12.0";s:24:"aad-sso-wordpress-master";s:4:"0.6a";s:10:"wp-smushit";s:5:"3.9.5";s:35:"stackable-ultimate-gutenberg-blocks";s:5:"3.2.0";s:24:"tenzing-campaign-monitor";s:3:"1.0";s:22:"pdfjs-viewer-shortcode";s:2:"99";s:13:"wp-cas-server";s:5:"1.8.2";s:16:"quiz-master-next";s:7:"100.4.9";s:25:"uncanny-learndash-toolkit";s:5:"3.6.2";s:19:"uncanny-toolkit-pro";s:6:"3.7.11";s:30:"commonwell-broker-list-manager";s:3:"1.0";s:19:"user-access-manager";s:6:"2.2.16";s:16:"user-role-editor";s:6:"4.61.2";s:20:"webpurifytextreplace";s:5:"4.0.2";s:9:"wordfence";s:5:"7.5.9";s:16:"wp-carousel-free";s:5:"2.4.4";s:13:"wp-all-export";s:5:"1.3.4";s:16:"wp-fastest-cache";s:5:"0.9.9";s:10:"wpmandrill";s:4:"1.33";s:12:"wpo365-login";s:4:"17.1";s:15:"wp-sitemap-page";s:5:"1.9.1";s:16:"wp-store-locator";s:7:"2.2.235";s:20:"wp-store-locator-csv";s:5:"1.1.2";s:13:"wp-svg-images";s:3:"4.0";s:5:"wp-ui";s:5:"0.8.8";}s:22:"wordpressThemeVersions";a:1:{s:15:"commonwell-corp";s:3:"0.4";}s:6:"WPLANG";s:0:"";s:12:"errorNonce_1";s:10:"1826cca705";s:13:"timeoffset_wf";s:1:"0";}
...\ No newline at end of file ...\ No newline at end of file
6 a:26:{s:6:"apiKey";s:160:"21ed91b10ff53dcf16849ef3dfe609a717ee4d277c6728cb9916935c9b093a45a0f2d9d194ec204a2d41ab3f6780cc7004b1ba0dd85a23e69a19a3a781634f824b7fb8e6a11eeb07e54fd4b783a86d39";s:6:"isPaid";b:0;s:7:"siteURL";s:23:"http://broker-site.test";s:7:"homeURL";s:23:"http://broker-site.test";s:14:"whitelistedIPs";s:14:"66.135.105.132";s:9:"howGetIPs";s:0:"";s:25:"howGetIPs_trusted_proxies";s:0:"";s:13:"pluginABSPATH";s:41:"/Users/jeffbalicki/WebServer/broker-site/";s:11:"other_WFNet";b:1;s:9:"serverIPs";s:30:"["99.243.114.173","127.0.0.1"]";s:15:"blockCustomText";s:0:"";s:23:"advancedBlockingEnabled";s:1:"1";s:21:"betaThreatDefenseFeed";b:0;s:20:"disableWAFIPBlocking";s:1:"1";s:13:"patternBlocks";s:2:"[]";s:13:"countryBlocks";s:154:"{"blocks":[],"action":"block","loggedInBlocked":"0","bypassRedirURL":"","bypassRedirDest":"","bypassViewURL":"","redirURL":"","cookieVal":"59ef98d8c866d"}";s:11:"otherBlocks";s:33:"{"blockedTime":"300","blocks":[]}";s:8:"lockouts";s:35:"{"lockedOutTime":300,"lockouts":[]}";s:21:"whitelistedServiceIPs";s:10121:"{"private":["10.0.0.0\/8","127.0.0.0\/8","172.16.0.0\/12","192.0.0.0\/29","192.168.0.0\/16"],"wordfence":["54.68.32.247","69.46.36.0\/27","2605:2400:0104:0100::\/56"],"sucuri":["97.74.127.171","69.164.203.172","173.230.128.135","66.228.34.49","66.228.40.185","50.116.36.92","50.116.36.93","50.116.3.171","198.58.96.212","50.116.63.221","192.155.92.112","192.81.128.31","198.58.106.244","192.155.95.139","23.239.9.227","198.58.112.103","192.155.94.43","162.216.16.33","173.255.233.124","173.255.233.124","192.155.90.179","50.116.41.217","192.81.129.227","198.58.111.80","162.216.19.183"],"facebook":["69.63.176.0\/20","66.220.144.0\/20","66.220.144.0\/21","69.63.184.0\/21","69.63.176.0\/21","74.119.76.0\/22","69.171.255.0\/24","173.252.64.0\/18","69.171.224.0\/19","69.171.224.0\/20","103.4.96.0\/22","69.63.176.0\/24","173.252.64.0\/19","173.252.70.0\/24","31.13.64.0\/18","31.13.24.0\/21","66.220.152.0\/21","66.220.159.0\/24","69.171.239.0\/24","69.171.240.0\/20","31.13.64.0\/19","31.13.64.0\/24","31.13.65.0\/24","31.13.67.0\/24","31.13.68.0\/24","31.13.69.0\/24","31.13.70.0\/24","31.13.71.0\/24","31.13.72.0\/24","31.13.73.0\/24","31.13.74.0\/24","31.13.75.0\/24","31.13.76.0\/24","31.13.77.0\/24","31.13.96.0\/19","31.13.66.0\/24","173.252.96.0\/19","69.63.178.0\/24","31.13.78.0\/24","31.13.79.0\/24","31.13.80.0\/24","31.13.82.0\/24","31.13.83.0\/24","31.13.84.0\/24","31.13.85.0\/24","31.13.86.0\/24","31.13.87.0\/24","31.13.88.0\/24","31.13.89.0\/24","31.13.90.0\/24","31.13.91.0\/24","31.13.92.0\/24","31.13.93.0\/24","31.13.94.0\/24","31.13.95.0\/24","69.171.253.0\/24","69.63.186.0\/24","31.13.81.0\/24","179.60.192.0\/22","179.60.192.0\/24","179.60.193.0\/24","179.60.194.0\/24","179.60.195.0\/24","185.60.216.0\/22","45.64.40.0\/22","185.60.216.0\/24","185.60.217.0\/24","185.60.218.0\/24","185.60.219.0\/24","129.134.0.0\/16","157.240.0.0\/16","157.240.8.0\/24","157.240.0.0\/24","157.240.1.0\/24","157.240.2.0\/24","157.240.3.0\/24","157.240.4.0\/24","157.240.5.0\/24","157.240.6.0\/24","157.240.7.0\/24","157.240.9.0\/24","157.240.10.0\/24","157.240.16.0\/24","157.240.19.0\/24","157.240.11.0\/24","157.240.12.0\/24","157.240.13.0\/24","157.240.14.0\/24","157.240.15.0\/24","157.240.17.0\/24","157.240.18.0\/24","157.240.20.0\/24","157.240.21.0\/24","157.240.22.0\/24","157.240.23.0\/24","157.240.0.0\/17","69.171.250.0\/24","157.240.24.0\/24","157.240.25.0\/24","199.201.64.0\/24","199.201.65.0\/24","199.201.64.0\/22","204.15.20.0\/22","157.240.192.0\/24","129.134.0.0\/17","204.15.20.0\/22","69.63.176.0\/20","69.63.176.0\/21","69.63.184.0\/21","66.220.144.0\/20","69.63.176.0\/20","2620:0:1c00::\/40","2a03:2880::\/32","2a03:2880:fffe::\/48","2a03:2880:ffff::\/48","2620:0:1cff::\/48","2a03:2880:f000::\/48","2a03:2880:f001::\/48","2a03:2880:f002::\/48","2a03:2880:f003::\/48","2a03:2880:f004::\/48","2a03:2880:f005::\/48","2a03:2880:f006::\/48","2a03:2880:f007::\/48","2a03:2880:f008::\/48","2a03:2880:f009::\/48","2a03:2880:f00a::\/48","2a03:2880:f00b::\/48","2a03:2880:f00c::\/48","2a03:2880:f00d::\/48","2a03:2880:f00e::\/48","2a03:2880:f00f::\/48","2a03:2880:f010::\/48","2a03:2880:f011::\/48","2a03:2880:f012::\/48","2a03:2880:f013::\/48","2a03:2880:f014::\/48","2a03:2880:f015::\/48","2a03:2880:f016::\/48","2a03:2880:f017::\/48","2a03:2880:f018::\/48","2a03:2880:f019::\/48","2a03:2880:f01a::\/48","2a03:2880:f01b::\/48","2a03:2880:f01c::\/48","2a03:2880:f01d::\/48","2a03:2880:f01e::\/48","2a03:2880:f01f::\/48","2a03:2880:1000::\/36","2a03:2880:2000::\/36","2a03:2880:3000::\/36","2a03:2880:4000::\/36","2a03:2880:5000::\/36","2a03:2880:6000::\/36","2a03:2880:7000::\/36","2a03:2880:f020::\/48","2a03:2880:f021::\/48","2a03:2880:f022::\/48","2a03:2880:f023::\/48","2a03:2880:f024::\/48","2a03:2880:f025::\/48","2a03:2880:f026::\/48","2a03:2880:f027::\/48","2a03:2880:f028::\/48","2a03:2880:f029::\/48","2a03:2880:f02b::\/48","2a03:2880:f02c::\/48","2a03:2880:f02d::\/48","2a03:2880:f02e::\/48","2a03:2880:f02f::\/48","2a03:2880:f030::\/48","2a03:2880:f031::\/48","2a03:2880:f032::\/48","2a03:2880:f033::\/48","2a03:2880:f034::\/48","2a03:2880:f035::\/48","2a03:2880:f036::\/48","2a03:2880:f037::\/48","2a03:2880:f038::\/48","2a03:2880:f039::\/48","2a03:2880:f03a::\/48","2a03:2880:f03b::\/48","2a03:2880:f03c::\/48","2a03:2880:f03d::\/48","2a03:2880:f03e::\/48","2a03:2880:f03f::\/48","2401:db00::\/32","2a03:2880::\/36","2803:6080::\/32","2a03:2880:f100::\/48","2a03:2880:f200::\/48","2a03:2880:f101::\/48","2a03:2880:f201::\/48","2a03:2880:f102::\/48","2a03:2880:f202::\/48","2a03:2880:f103::\/48","2a03:2880:f203::\/48","2a03:2880:f104::\/48","2a03:2880:f204::\/48","2a03:2880:f107::\/48","2a03:2880:f207::\/48","2a03:2880:f108::\/48","2a03:2880:f208::\/48","2a03:2880:f109::\/48","2a03:2880:f209::\/48","2a03:2880:f10a::\/48","2a03:2880:f20a::\/48","2a03:2880:f10b::\/48","2a03:2880:f20b::\/48","2a03:2880:f10d::\/48","2a03:2880:f20d::\/48","2a03:2880:f10e::\/48","2a03:2880:f20e::\/48","2a03:2880:f10f::\/48","2a03:2880:f20f::\/48","2a03:2880:f110::\/48","2a03:2880:f210::\/48","2a03:2880:f111::\/48","2a03:2880:f211::\/48","2a03:2880:f112::\/48","2a03:2880:f212::\/48","2a03:2880:f114::\/48","2a03:2880:f214::\/48","2a03:2880:f115::\/48","2a03:2880:f215::\/48","2a03:2880:f116::\/48","2a03:2880:f216::\/48","2a03:2880:f117::\/48","2a03:2880:f217::\/48","2a03:2880:f118::\/48","2a03:2880:f218::\/48","2a03:2880:f119::\/48","2a03:2880:f219::\/48","2a03:2880:f11a::\/48","2a03:2880:f21a::\/48","2a03:2880:f11f::\/48","2a03:2880:f21f::\/48","2a03:2880:f121::\/48","2a03:2880:f221::\/48","2a03:2880:f122::\/48","2a03:2880:f222::\/48","2a03:2880:f123::\/48","2a03:2880:f223::\/48","2a03:2880:f10c::\/48","2a03:2880:f20c::\/48","2a03:2880:f126::\/48","2a03:2880:f226::\/48","2a03:2880:f105::\/48","2a03:2880:f205::\/48","2a03:2880:f125::\/48","2a03:2880:f225::\/48","2a03:2880:f106::\/48","2a03:2880:f206::\/48","2a03:2880:f11b::\/48","2a03:2880:f21b::\/48","2a03:2880:f113::\/48","2a03:2880:f213::\/48","2a03:2880:f11c::\/48","2a03:2880:f21c::\/48","2a03:2880:f128::\/48","2a03:2880:f228::\/48","2a03:2880:f02a::\/48","2a03:2880:f12a::\/48","2a03:2880:f22a::\/48","2a03:2880:f12f::\/48","2a03:2880:f22f::\/48","2a03:2880:f11d::\/48","2a03:2880:f11e::\/48","2a03:2880:f120::\/48","2a03:2880:f124::\/48","2a03:2880:f127::\/48","2a03:2880:f129::\/48","2a03:2880:f12b::\/48","2a03:2880:f12c::\/48","2a03:2880:f12d::\/48","2a03:2880:f12e::\/48","2a03:2880:f130::\/48","2a03:2880:f131::\/48","2a03:2880:f132::\/48","2a03:2880:f133::\/48","2a03:2880:f134::\/48","2a03:2880:f135::\/48","2a03:2880:f136::\/48","2a03:2880:f137::\/48","2a03:2880:f138::\/48","2a03:2880:f139::\/48","2a03:2880:f13a::\/48","2a03:2880:f13b::\/48","2a03:2880:f13c::\/48","2a03:2880:f13d::\/48","2a03:2880:f13e::\/48","2a03:2880:f13f::\/48","2a03:2880:f21d::\/48","2a03:2880:f21e::\/48","2a03:2880:f220::\/48","2a03:2880:f224::\/48","2a03:2880:f227::\/48","2a03:2880:f229::\/48","2a03:2880:f22b::\/48","2a03:2880:f22c::\/48","2a03:2880:f22d::\/48","2a03:2880:f22e::\/48","2a03:2880:f230::\/48","2a03:2880:f231::\/48","2a03:2880:f232::\/48","2a03:2880:f233::\/48","2a03:2880:f234::\/48","2a03:2880:f235::\/48","2a03:2880:f236::\/48","2a03:2880:f237::\/48","2a03:2880:f238::\/48","2a03:2880:f239::\/48","2a03:2880:f23a::\/48","2a03:2880:f23b::\/48","2a03:2880:f23c::\/48","2a03:2880:f23d::\/48","2a03:2880:f23e::\/48","2a03:2880:f23f::\/48","2a03:2880:f0ff::\/48","2a03:2880:f1ff::\/48","2a03:2880:f2ff::\/48","2c0f:ef78:0003::\/48"],"uptimerobot":["69.162.124.224\/28","63.143.42.240\/28"],"statuscake":["103.194.112.70","104.131.247.151","104.131.248.65","104.131.248.78","104.156.229.24","104.156.255.184","104.206.168.26","104.238.164.105","107.150.1.135","107.155.104.182","107.155.108.234","107.155.125.29","107.161.28.219","107.170.197.248","107.170.219.46","107.170.227.23","107.170.227.24","107.170.240.141","107.170.53.191","107.191.47.131","107.191.57.237","108.61.119.153","108.61.162.214","108.61.205.201","108.61.212.141","108.61.215.179","125.63.48.239","128.199.222.65","138.197.130.232","138.197.130.235","138.197.140.243","138.204.171.136","138.68.24.115","138.68.24.136","138.68.24.207","138.68.24.60","138.68.80.10","138.68.80.173","139.59.15.79","139.59.155.26","139.59.190.241","139.59.22.109","139.59.26.85","139.59.29.167","149.154.157.61","149.255.59.100","151.236.10.238","151.236.18.80","151.80.175.223","151.80.175.226","154.127.60.23","154.127.60.59","158.255.208.76","159.203.182.22","159.203.182.60","159.203.186.225","159.203.31.18","162.243.247.163","162.243.71.56","162.248.97.72","162.253.64.104","162.253.64.87","176.56.230.110","178.62.101.57","178.62.104.137","178.62.106.84","178.62.109.7","178.62.40.233","178.62.41.44","178.62.41.49","178.62.41.52","178.62.65.162","178.62.71.227","178.62.78.199","178.62.80.93","178.62.86.69","178.73.210.99","181.41.201.117","181.41.214.137","185.112.157.185","185.12.45.70","185.47.129.168","185.60.135.86","188.166.158.224","188.166.253.148","188.226.139.158","188.226.158.160","188.226.169.228","188.226.171.58","188.226.184.152","188.226.185.106","188.226.186.199","188.226.203.84","188.226.247.184","188.68.238.79","192.241.221.11","193.124.178.54","193.124.178.61","193.182.144.105","193.182.144.147","199.167.128.80","209.222.30.242","213.183.56.107","217.148.43.188","217.148.43.202","31.220.7.237","37.157.246.146","37.235.48.42","37.235.52.25","37.235.53.240","37.235.55.205","37.97.188.103","45.32.128.80","45.32.145.79","45.32.151.21","45.32.160.172","45.32.166.195","45.32.171.24","45.32.192.198","45.32.195.186","45.32.195.93","45.32.212.56","45.32.36.158","45.32.7.22","45.63.121.159","45.63.26.78","45.63.51.63","45.63.61.213","45.63.76.68","45.63.78.84","45.63.86.120","45.63.88.213","45.76.1.44","45.76.192.50","45.76.3.112","46.101.0.24","46.101.110.32","46.101.110.43","46.101.110.45","46.101.20.96","46.101.238.182","46.101.238.189","46.101.240.208","46.101.27.186","46.101.61.83","46.101.74.251","5.45.179.103","50.2.139.16","82.221.95.161","91.236.116.163"],"seznam":["77.75.74.0\/24","77.75.76.0\/24","77.75.77.0\/24","77.75.78.0\/24","77.75.79.0\/24","2a02:598:a::78:0\/112","2a02:598:a::79:0\/112","2a02:598:2::0\/96"]}";s:25:"detectProxyRecommendation";s:0:"";s:16:"wordpressVersion";s:5:"6.2.2";s:23:"wordpressPluginVersions";a:45:{s:17:"admin-columns-pro";s:5:"6.2.2";s:17:"admin-menu-editor";s:4:"1.11";s:26:"advanced-custom-fields-pro";s:5:"6.1.7";s:22:"autocomplete-learndash";s:3:"1.4";s:22:"azure-active-directory";s:3:"0.1";s:7:"badgeos";s:7:"3.7.1.6";s:24:"badgeos-learndash-add-on";s:5:"1.2.5";s:21:"better-search-replace";s:5:"1.4.2";s:9:"block-lab";s:3:"200";s:19:"broken-link-checker";s:5:"2.2.0";s:15:"broker-settings";s:3:"0.1";s:14:"disable-emails";s:5:"1.8.1";s:30:"disable-new-user-notifications";s:5:"2.0.0";s:29:"disable-password-change-email";s:5:"1.0.1";s:13:"disable-users";s:5:"1.0.5";s:16:"export-user-data";s:5:"2.2.6";s:31:"import-users-from-csv-with-meta";s:6:"1.22.5";s:13:"learndash-hub";s:3:"1.2";s:8:"sfwd-lms";s:7:"4.7.0.2";s:29:"learndash-certificate-builder";s:5:"1.0.4";s:21:"learndash-course-grid";s:5:"2.0.8";s:13:"login-as-user";s:5:"1.4.5";s:11:"my-calendar";s:0:"";s:7:"tenzing";s:3:"1.0";s:31:"wp-custom-new-user-email-master";s:5:"1.0.0";s:18:"password-protected";s:7:"2.6.3.1";s:11:"redirection";s:6:"5.3.10";s:8:"searchwp";s:5:"4.3.2";s:19:"searchwp-shortcodes";s:5:"1.8.3";s:25:"searchwp-xpdf-integration";s:5:"1.1.1";s:25:"send-emails-with-mandrill";s:5:"1.3.1";s:19:"shortcodes-ultimate";s:6:"5.13.1";s:35:"stackable-ultimate-gutenberg-blocks";s:5:"3.9.1";s:24:"tenzing-campaign-monitor";s:3:"1.0";s:13:"wp-cas-server";s:5:"1.8.2";s:21:"import-users-from-csv";s:6:"10.0.1";s:25:"uncanny-learndash-toolkit";s:7:"3.6.4.4";s:19:"uncanny-toolkit-pro";s:4:"3.10";s:30:"commonwell-broker-list-manager";s:3:"1.0";s:19:"user-access-manager";s:6:"2.2.22";s:16:"user-role-editor";s:6:"4.63.3";s:9:"wordfence";s:6:"7.10.0";s:13:"wp-all-export";s:5:"1.3.9";s:12:"wpo365-login";s:4:"22.1";s:13:"wp-svg-images";s:3:"4.2";}s:22:"wordpressThemeVersions";a:1:{s:17:"commonwell-broker";s:3:"0.4";}s:6:"WPLANG";s:0:"";s:12:"errorNonce_1";s:10:"0c40ce4ecf";s:13:"timeoffset_wf";s:1:"0";}
...\ No newline at end of file ...\ No newline at end of file
......
This diff could not be displayed because it is too large.
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
3 This file is used by the Wordfence Web Application Firewall. Read 3 This file is used by the Wordfence Web Application Firewall. Read
4 more at https://docs.wordfence.com/en/Web_Application_Firewall_FAQ 4 more at https://docs.wordfence.com/en/Web_Application_Firewall_FAQ
5 ****************************************************************** 5 ******************************************************************
6 a:6:{s:9:"wafStatus";s:7:"enabled";s:30:"learningModeGracePeriodEnabled";i:0;s:7:"authKey";s:64:"/9M.I,#vr/-ncFqy$P4[k~QWfX}Hr&q,OvF`5XOeHu5]q{Bq6<oMPuKG&!>eC7/4";s:7:"version";s:5:"1.0.5";s:11:"wafDisabled";b:0;s:13:"attackDataKey";i:1657;}
...\ No newline at end of file ...\ No newline at end of file
6 a:6:{s:9:"wafStatus";s:7:"enabled";s:30:"learningModeGracePeriodEnabled";i:0;s:7:"authKey";s:64:"/9M.I,#vr/-ncFqy$P4[k~QWfX}Hr&q,OvF`5XOeHu5]q{Bq6<oMPuKG&!>eC7/4";s:7:"version";s:5:"1.1.0";s:11:"wafDisabled";b:0;s:13:"attackDataKey";i:1657;}
...\ No newline at end of file ...\ No newline at end of file
......
This diff could not be displayed because it is too large.
...@@ -147,7 +147,7 @@ for ( $i = 1; $i <= $count; $i++ ) { ...@@ -147,7 +147,7 @@ for ( $i = 1; $i <= $count; $i++ ) {
147 147
148 if ( preg_match( '/Date: /i', $line ) ) { // Of the form '20 Mar 2002 20:32:37 +0100'. 148 if ( preg_match( '/Date: /i', $line ) ) { // Of the form '20 Mar 2002 20:32:37 +0100'.
149 $ddate = str_replace( 'Date: ', '', trim( $line ) ); 149 $ddate = str_replace( 'Date: ', '', trim( $line ) );
150 // Remove parenthesised timezone string if it exists, as this confuses strtotime(). 150 // Remove parenthesized timezone string if it exists, as this confuses strtotime().
151 $ddate = preg_replace( '!\s*\(.+\)\s*$!', '', $ddate ); 151 $ddate = preg_replace( '!\s*\(.+\)\s*$!', '', $ddate );
152 $ddate_timestamp = strtotime( $ddate ); 152 $ddate_timestamp = strtotime( $ddate );
153 $post_date = gmdate( 'Y-m-d H:i:s', $ddate_timestamp + $time_difference ); 153 $post_date = gmdate( 'Y-m-d H:i:s', $ddate_timestamp + $time_difference );
...@@ -171,7 +171,7 @@ for ( $i = 1; $i <= $count; $i++ ) { ...@@ -171,7 +171,7 @@ for ( $i = 1; $i <= $count; $i++ ) {
171 $content = explode( '--' . $boundary, $content ); 171 $content = explode( '--' . $boundary, $content );
172 $content = $content[2]; 172 $content = $content[2];
173 173
174 // Match case-insensitive content-transfer-encoding. 174 // Match case-insensitive Content-Transfer-Encoding.
175 if ( preg_match( '/Content-Transfer-Encoding: quoted-printable/i', $content, $delim ) ) { 175 if ( preg_match( '/Content-Transfer-Encoding: quoted-printable/i', $content, $delim ) ) {
176 $content = explode( $delim[0], $content ); 176 $content = explode( $delim[0], $content );
177 $content = $content[1]; 177 $content = $content[1];
...@@ -231,7 +231,7 @@ for ( $i = 1; $i <= $count; $i++ ) { ...@@ -231,7 +231,7 @@ for ( $i = 1; $i <= $count; $i++ ) {
231 echo "\n" . $post_ID->get_error_message(); 231 echo "\n" . $post_ID->get_error_message();
232 } 232 }
233 233
234 // We couldn't post, for whatever reason. Better move forward to the next email. 234 // The post wasn't inserted or updated, for whatever reason. Better move forward to the next email.
235 if ( empty( $post_ID ) ) { 235 if ( empty( $post_ID ) ) {
236 continue; 236 continue;
237 } 237 }
......
...@@ -19,8 +19,8 @@ define( 'WPINC', 'wp-includes' ); ...@@ -19,8 +19,8 @@ define( 'WPINC', 'wp-includes' );
19 * Version information for the current WordPress release. 19 * Version information for the current WordPress release.
20 * 20 *
21 * These can't be directly globalized in version.php. When updating, 21 * These can't be directly globalized in version.php. When updating,
22 * we're including version.php from another installation and don't want 22 * include version.php from another installation and don't override
23 * these values to be overridden if already set. 23 * these values if already set.
24 * 24 *
25 * @global string $wp_version The WordPress version string. 25 * @global string $wp_version The WordPress version string.
26 * @global int $wp_db_version WordPress database version. 26 * @global int $wp_db_version WordPress database version.
...@@ -60,7 +60,7 @@ global $blog_id; ...@@ -60,7 +60,7 @@ global $blog_id;
60 // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, SCRIPT_DEBUG, WP_CONTENT_DIR and WP_CACHE. 60 // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, SCRIPT_DEBUG, WP_CONTENT_DIR and WP_CACHE.
61 wp_initial_constants(); 61 wp_initial_constants();
62 62
63 // Make sure we register the shutdown handler for fatal errors as soon as possible. 63 // Register the shutdown handler for fatal errors as soon as possible.
64 wp_register_fatal_error_handler(); 64 wp_register_fatal_error_handler();
65 65
66 // WordPress calculates offsets from UTC. 66 // WordPress calculates offsets from UTC.
...@@ -70,13 +70,13 @@ date_default_timezone_set( 'UTC' ); ...@@ -70,13 +70,13 @@ date_default_timezone_set( 'UTC' );
70 // Standardize $_SERVER variables across setups. 70 // Standardize $_SERVER variables across setups.
71 wp_fix_server_vars(); 71 wp_fix_server_vars();
72 72
73 // Check if we're in maintenance mode. 73 // Check if the site is in maintenance mode.
74 wp_maintenance(); 74 wp_maintenance();
75 75
76 // Start loading timer. 76 // Start loading timer.
77 timer_start(); 77 timer_start();
78 78
79 // Check if we're in WP_DEBUG mode. 79 // Check if WP_DEBUG mode is enabled.
80 wp_debug_mode(); 80 wp_debug_mode();
81 81
82 /** 82 /**
...@@ -145,7 +145,7 @@ if ( is_multisite() ) { ...@@ -145,7 +145,7 @@ if ( is_multisite() ) {
145 145
146 register_shutdown_function( 'shutdown_action_hook' ); 146 register_shutdown_function( 'shutdown_action_hook' );
147 147
148 // Stop most of WordPress from being loaded if we just want the basics. 148 // Stop most of WordPress from being loaded if SHORTINIT is enabled.
149 if ( SHORTINIT ) { 149 if ( SHORTINIT ) {
150 return false; 150 return false;
151 } 151 }
...@@ -234,6 +234,10 @@ require ABSPATH . WPINC . '/class-wp-oembed.php'; ...@@ -234,6 +234,10 @@ require ABSPATH . WPINC . '/class-wp-oembed.php';
234 require ABSPATH . WPINC . '/class-wp-oembed-controller.php'; 234 require ABSPATH . WPINC . '/class-wp-oembed-controller.php';
235 require ABSPATH . WPINC . '/media.php'; 235 require ABSPATH . WPINC . '/media.php';
236 require ABSPATH . WPINC . '/http.php'; 236 require ABSPATH . WPINC . '/http.php';
237 require ABSPATH . WPINC . '/html-api/class-wp-html-attribute-token.php';
238 require ABSPATH . WPINC . '/html-api/class-wp-html-span.php';
239 require ABSPATH . WPINC . '/html-api/class-wp-html-text-replacement.php';
240 require ABSPATH . WPINC . '/html-api/class-wp-html-tag-processor.php';
237 require ABSPATH . WPINC . '/class-wp-http.php'; 241 require ABSPATH . WPINC . '/class-wp-http.php';
238 require ABSPATH . WPINC . '/class-wp-http-streams.php'; 242 require ABSPATH . WPINC . '/class-wp-http-streams.php';
239 require ABSPATH . WPINC . '/class-wp-http-curl.php'; 243 require ABSPATH . WPINC . '/class-wp-http-curl.php';
...@@ -331,8 +335,10 @@ require ABSPATH . WPINC . '/block-supports/duotone.php'; ...@@ -331,8 +335,10 @@ require ABSPATH . WPINC . '/block-supports/duotone.php';
331 require ABSPATH . WPINC . '/block-supports/elements.php'; 335 require ABSPATH . WPINC . '/block-supports/elements.php';
332 require ABSPATH . WPINC . '/block-supports/generated-classname.php'; 336 require ABSPATH . WPINC . '/block-supports/generated-classname.php';
333 require ABSPATH . WPINC . '/block-supports/layout.php'; 337 require ABSPATH . WPINC . '/block-supports/layout.php';
338 require ABSPATH . WPINC . '/block-supports/position.php';
334 require ABSPATH . WPINC . '/block-supports/spacing.php'; 339 require ABSPATH . WPINC . '/block-supports/spacing.php';
335 require ABSPATH . WPINC . '/block-supports/typography.php'; 340 require ABSPATH . WPINC . '/block-supports/typography.php';
341 require ABSPATH . WPINC . '/block-supports/settings.php';
336 require ABSPATH . WPINC . '/style-engine.php'; 342 require ABSPATH . WPINC . '/style-engine.php';
337 require ABSPATH . WPINC . '/style-engine/class-wp-style-engine.php'; 343 require ABSPATH . WPINC . '/style-engine/class-wp-style-engine.php';
338 require ABSPATH . WPINC . '/style-engine/class-wp-style-engine-css-declarations.php'; 344 require ABSPATH . WPINC . '/style-engine/class-wp-style-engine-css-declarations.php';
...@@ -434,7 +440,7 @@ wp_start_scraping_edited_file_errors(); ...@@ -434,7 +440,7 @@ wp_start_scraping_edited_file_errors();
434 // Register the default theme directory root. 440 // Register the default theme directory root.
435 register_theme_directory( get_theme_root() ); 441 register_theme_directory( get_theme_root() );
436 442
437 if ( ! is_multisite() ) { 443 if ( ! is_multisite() && wp_is_fatal_error_handler_enabled() ) {
438 // Handle users requesting a recovery mode link and initiating recovery mode. 444 // Handle users requesting a recovery mode link and initiating recovery mode.
439 wp_recovery_mode()->initialize(); 445 wp_recovery_mode()->initialize();
440 } 446 }
......