📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:33:21
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
case-addons
/
inc
/
elementor
/
widgets
✏️
Editing: class-widget-sample.php
<?php class Pxl_Sample_Widget extends Pxltheme_Core_Widget_Base{ protected $name = 'pxl_sample'; protected $title = 'Widget Sample'; protected $icon = 'fa fa-file-o'; protected $categories = array( 'pxltheme-core' ); protected $params = '{"sections":[{"name":"layout_section","label":"Layout","tab":"layout","controls":[{"name":"layout","label":"Template","type":"select","default":"1","options":{"1":"Layout 1","2":"Layout 2","3":"Layout 3","4":"Layout 4"}}]},{"name":"content_section","label":"Content","tab":"content","controls":[{"name":"title","label":"Title","type":"text","placeholder":"Enter your title"}]}]}'; protected $styles = array( ); protected $scripts = array( ); }
💾 Save Changes
❌ Cancel