PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
bdthemes-element-pack
/
modules
/
query-control
/
controls
<?php namespace ElementPack\Modules\QueryControl\Controls; use Elementor\Control_Select2; use ElementPack\Modules\QueryControl\Module; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class Query extends Control_Select2 { const CONTROL_ID = 'query'; public function get_type() { return self::CONTROL_ID; } }
[+]
..
[-] group-control-posts.php
[edit]
[-] query.php
[edit]