📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:28:09
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
uploads
/
elementor-widget
✏️
Editing: class-pxl-showcase.php
<?php class PxlShowcase_Widget extends Pxltheme_Core_Widget_Base{ protected $name = 'pxl_showcase'; protected $title = 'Case Showcase'; protected $icon = 'eicon-parallax'; protected $categories = array( 'pxltheme-core' ); protected $params = '{"sections":[{"name":"section_content","label":"Content","tab":"content","controls":[{"name":"image","label":"Image","type":"media"},{"name":"title","label":"Title","type":"text"},{"name":"btn_text1","label":"Button Text 1","type":"text"},{"name":"btn_link1","label":"Button Link 1","type":"url","label_block":true},{"name":"btn_text2","label":"Button Text 2","type":"text"},{"name":"btn_link2","label":"Button Link 2","type":"url","label_block":true},{"name":"coming_soon","label":"Coming Soon","type":"switcher","default":false},{"name":"popular","label":"Popular","type":"text"}]}]}'; protected $styles = array( ); protected $scripts = array( ); }
💾 Save Changes
❌ Cancel