File "module.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/elementor-pro1/modules/video-playlist/module.php
File size: 398 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace ElementorPro\Modules\VideoPlaylist;

use ElementorPro\Base\Module_Base;
use Elementor\Core\Experiments\Manager;
use ElementorPro\Plugin;


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

class Module extends Module_Base {
	public function get_name() {
		return 'video-playlist';
	}

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