| Current Path : /proc/self/cwd/wp-content/plugins/anywhere-elementor-pro/includes/controls/ |
| 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';
}
}