[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@13.58.134.142: ~ $
<?php
namespace ElementorPro\Modules\Pricing;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

	public function get_name() {
		return 'pricing';
	}

	public function get_widgets() {
		return [
			'Price_List',
			'Price_Table',
		];
	}
}

Filemanager

Name Type Size Permission Actions
assets Folder 0755
widgets Folder 0755
module.php File 333 B 0644