PHP 8.0.30
Preview: checklist-module-interface.php Size: 654 B
/home/certprox/test.certproxywizard.com/wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php

<?php

namespace Elementor\Modules\Checklist;

use Elementor\Core\Isolation\Wordpress_Adapter;
use Elementor\Core\Isolation\Elementor_Adapter;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

interface Checklist_Module_Interface {
	public function get_name(): string;

	public function get_user_progress_from_db(): array;

	public function get_step_progress( $step_id ): ?array;

	public function set_step_progress( $step_id, $step_progress ): void;

	public function get_steps_manager(): Steps_Manager;

	public function get_wordpress_adapter(): Wordpress_Adapter;

	public function get_elementor_adapter(): Elementor_Adapter;
}

Directory Contents

Dirs: 2 × Files: 3

Name Size Perms Modified Actions
data DIR
- drwxr-xr-x 2026-06-21 20:31:59
Edit Download
steps DIR
- drwxr-xr-x 2026-06-21 20:31:59
Edit Download
654 B lrw-r--r-- 2026-06-21 20:31:59
Edit Download
7.20 KB lrw-r--r-- 2026-06-21 20:31:59
Edit Download
5.18 KB lrw-r--r-- 2026-06-21 20:31:59
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).