PATH:
home
/
lab2454c
/
inctechhub.com
/
wp-content
/
plugins
/
powerpack-lite-for-elementor
/
includes
/
controls
<?php namespace PowerpackElementsLite; use PowerpackElementsLite\Modules\CustomFields; // Elementor Classes use \Elementor\Control_Select2; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Elementor emoji one area control. * * A control for displaying a textarea with the ability to add emojis. * * @since 1.2.9 */ class Control_Query extends Control_Select2 { /** * Get control type. * * Retrieve the control type, in this case `pp-query`. * * @since 1.2.9 * @access public * * @return string Control type. */ public function get_type() { return 'pp-query'; } }
[+]
..
[+]
groups
[-] query.php
[edit]