PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 2.12.7
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v2.12.7
2.12.7 2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 All 97 releases
← All changes | inc/learn.php +3 -0 2.7.12.12.7 View file →
@@ -423,8 +423,11 @@
423 423
424 424 // Save to user meta.
425 425 update_user_meta( $user_id, 'srfm_learn_progress', $saved_progress );
426 426
427 + // Flag for analytics — next send cycle will include updated learn snapshot.
428 + set_transient( 'srfm_learn_progress_changed', 1, 0 );
429 +
427 430 return rest_ensure_response(
428 431 [
429 432 'success' => true,
430 433 'chapterId' => $chapter_id,