SILENT KILLERPanel

Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > > plugins > royal-elementor-addons > modules > forms


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//cuddlebuds.lk/wp-content//plugins/royal-elementor-addons/modules/forms

NameTypeSizeLast ModifiedActions
widgets Directory - -
module.php File 431 bytes August 06 2025 13:54:42.

Reading File: /home/codekrsu//cuddlebuds.lk/wp-content//plugins/royal-elementor-addons/modules/forms/module.php

<?php
namespace WprAddons\Modules\Forms;

use WprAddons\Base\Module_Base;

class Module extends Module_Base {

	public function __construct() {
		parent::__construct();

		// This is here for extensibility purposes - go to town and make things happen!
	}
	
	public function get_name() {
		return 'wpr-forms';
	}

	public function get_widgets() {
		return [
			'Wpr_Forms', // This should match the widget/element class.
		];
	}
	
}

SILENT KILLER Tool