Current File : /home/kelaby89/theoldhouse.cafe/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.
		];
	}
	
}
Page not found – Hello World !