b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/wp-content/plugins/royal-elementor-addons/modules/grid/
File Upload :
Current File : E:/www2/kidsbangna/wp-content/plugins/royal-elementor-addons/modules/grid/module.php

<?php
namespace WprAddons\Modules\Grid;

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-grid';
	}

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

Copyright © 2019 by b0y-101