????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/sub/wp-content/plugins/elementor-pro/modules/posts/
Upload File :
Current File : /home2/morganrand/public_html/sub/wp-content/plugins/elementor-pro/modules/posts/module.php

<?php
namespace ElementorPro\Modules\Posts;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

	public function get_widgets() {
		return [
			'Posts',
			'Portfolio',
		];
	}
}