• File: wpr-select2.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/royal-elementor-addons/includes/controls/wpr-select2.php
  • Date Modified: 04/10/2026 2:58 PM
  • File size: 297 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace WprAddons\Includes\Controls;

use Elementor\Control_Select2;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class WPR_Select2 extends Control_Select2 {

	const TYPE = 'wpr-select2';

	/**
	 * Returns the type of the control
	 */
	public function get_type() {
		return self::TYPE;
	}
}