????

Your IP : 18.119.102.104


Current Path : /proc/self/cwd/wp-content/plugins/elementor-pro/modules/blockquote/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/elementor-pro/modules/blockquote/module.php

<?php
namespace ElementorPro\Modules\Blockquote;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

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