← All changes
|
modules/checklist/checklist-module-interface.php
+2
-0
4.2.0-dev2
→
3.28.0-dev2
View file →
| @@ -11,8 +11,10 @@ | ||
| 11 | 11 | |
| 12 | 12 | interface Checklist_Module_Interface { |
| 13 | 13 | public function get_name(): string; |
| 14 | 14 | |
| 15 | + public function is_experiment_active(): bool; | |
| 16 | + | |
| 15 | 17 | public function get_user_progress_from_db(): array; |
| 16 | 18 | |
| 17 | 19 | public function get_step_progress( $step_id ): ?array; |
| 18 | 20 | |