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-circle.php
<?php

class PxlCircle_Widget extends Pxltheme_Core_Widget_Base{
    protected $name = 'pxl_circle';
    protected $title = 'Case Circle SVG';
    protected $icon = 'eicon-library-upload';
    protected $categories = array( 'pxltheme-core' );
    protected $params = '{"sections":[{"name":"section_circle","label":"Circle","tab":"style","controls":[{"name":"heading_circle","label":"CIRCLE","type":"heading"},{"name":"circle_size","label":"Size","type":"slider","control_type":"responsive","size_units":["px","custom"],"range":{"px":{"min":0,"max":300}},"selectors":{"{{WRAPPER}} .pxl-circle":"width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};"}},{"name":"circle_spin_sw","label":"Spin Circle","type":"switcher","default":"true"},{"name":"circle_color","label":"Color","type":"color","selectors":{"{{WRAPPER}} .pxl-circle .circle":"border-color: {{VALUE}};"}},{"name":"heading_dot","label":"DOT","type":"heading","separator":"before"},{"name":"dots_start","label":"Position Start","type":"slider","control_type":"responsive","size_units":["deg"],"range":{"deg":{"min":0,"max":300}},"selectors":{"{{WRAPPER}} .pxl-circle":"transform: rotate({{SIZE}}deg);"}},{"name":"dot_size","label":"Size","type":"slider","control_type":"responsive","size_units":["px","custom"],"range":{"px":{"min":0,"max":300}},"selectors":{"{{WRAPPER}} .pxl-circle .dot":"width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};"}},{"name":"dot_color","label":"Color","type":"color","selectors":{"{{WRAPPER}} .pxl-circle .dot":"background-color: {{VALUE}};"}}]}]}';
    protected $styles = array(  );
    protected $scripts = array(  );
}