HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/just-litigate/wp-content/uploads/elementor-widget/class-pxl-icon-search.php
<?php

class PxlIconSearch_Widget extends Pxltheme_Core_Widget_Base{
    protected $name = 'pxl_icon_search';
    protected $title = 'Case Search';
    protected $icon = 'eicon-search';
    protected $categories = array( 'pxltheme-core' );
    protected $params = '{"sections":[{"name":"section_content","label":"Content","tab":"content","controls":[{"name":"email_switch","label":"Email","type":"switcher","default":true},{"name":"email_placefolder","label":"Email Placefolder","type":"text","label_block":true,"condition":{"email_switch":"true"}},{"name":"pxl_icon","label":"Icon","type":"icons","fa4compatibility":"icon"},{"name":"icon_color","label":"Icon Color","type":"color","selectors":{"{{WRAPPER}} .searchform-wrap i":"color: {{VALUE}} !important;","{{WRAPPER}} .searchform-wrap svg path":"stroke: {{VALUE}} !important;"}},{"name":"text_color","label":"Text Color","type":"color","selectors":{"{{WRAPPER}} .pxl-search input[type=\"text\"]":"color: {{VALUE}} !important;"}},{"name":"text_typography","label":"Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .pxl-search input[type=\"text\"]"},{"name":"gap","label":"Gap","type":"slider","size_units":["px"],"range":{"px":{"min":0,"max":300}},"selectors":{"{{WRAPPER}} .pxl-search .searchform-wrap":"gap: {{SIZE}}{{UNIT}};"}},{"name":"max-width","label":"Max Width","type":"slider","size_units":["px"],"range":{"px":{"min":0,"max":3000}},"selectors":{"{{WRAPPER}} .pxl-search":"max-width: {{SIZE}}{{UNIT}};"}}]}]}';
    protected $styles = array(  );
    protected $scripts = array(  );
}