File "module.php"

Full Path: /home/mahaadedsdfdfhfg/public_html/wp-content/plugins/pro-elements/modules/animated-headline/module.php
File size: 341 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace ElementorPro\Modules\AnimatedHeadline;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

	public function get_name() {
		return 'animated-headline';
	}
}