Your IP : 216.73.216.249


Current Path : /proc/self/cwd/wp-content/plugins/anywhere-elementor-pro/includes/controls/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/anywhere-elementor-pro/includes/controls/query.php

<?php

namespace Aepro\Controls;

use Elementor\Control_Select2;

class Query extends Control_Select2 {

	public function get_type() {
		return 'aep-query';
	}
}