$79 GRAYBYTE WORDPRESS FILE MANAGER $58

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/home/bravrvjk/ubukode.com/wp-content/plugins/elementor-pro/modules/checklist/

HOME
Current File : /home/bravrvjk/ubukode.com/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;
	}
}


Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0755
steps
--
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0755
module.php
1.425 KB
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF