PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 All 196 releases
← All changes | includes/integrations/forminator/class-convertkit-forminator.php +2 -2 3.3.23.4.3 View file →
@@ -169,9 +169,9 @@
169 169 case 'sequence':
170 170 // Subscribe.
171 171 $subscriber = $api->create_subscriber( $email, $first_name );
172 172
173 - // If an error occured, don't attempt to add the subscriber to the Form, as it won't work.
173 + // If an error occurred, don't attempt to add the subscriber to the Form, as it won't work.
174 174 if ( is_wp_error( $subscriber ) ) {
175 175 return;
176 176 }
177 177
@@ -184,9 +184,9 @@
184 184 case 'tag':
185 185 // Subscribe.
186 186 $subscriber = $api->create_subscriber( $email, $first_name );
187 187
188 - // If an error occured, don't attempt to add the subscriber to the Form, as it won't work.
188 + // If an error occurred, don't attempt to add the subscriber to the Form, as it won't work.
189 189 if ( is_wp_error( $subscriber ) ) {
190 190 return;
191 191 }
192 192