File "query.php"

Full Path: /home/rrterraplen/public_html/wp-content-20241221212636/plugins/anywhere-elementor-pro/includes/controls/query.php
File size: 162 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Aepro\Controls;

use Elementor\Control_Select2;

class Query extends Control_Select2 {

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