?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/numerik/wp-content/plugins/elementor-pro/modules/call-to-action/
Upload File :
Current File : /home/rankinh/numerik/wp-content/plugins/elementor-pro/modules/call-to-action/module.php

<?php
namespace ElementorPro\Modules\CallToAction;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

	public function get_name() {
		return 'call-to-action';
	}
}