📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:27:54
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_showcase.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_showcase', 'title' => esc_html__('Case Showcase', 'berich'), 'icon' => 'eicon-parallax', 'categories' => array('pxltheme-core'), 'params' => array( 'sections' => array( array( 'name' => 'section_content', 'label' => esc_html__('Content', 'berich'), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'image', 'label' => esc_html__('Image', 'berich' ), 'type' => \Elementor\Controls_Manager::MEDIA, ), array( 'name' => 'title', 'label' => esc_html__('Title', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, ), array( 'name' => 'btn_text1', 'label' => esc_html__('Button Text 1', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, ), array( 'name' => 'btn_link1', 'label' => esc_html__('Button Link 1', 'berich'), 'type' => \Elementor\Controls_Manager::URL, 'label_block' => true, ), array( 'name' => 'btn_text2', 'label' => esc_html__('Button Text 2', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, ), array( 'name' => 'btn_link2', 'label' => esc_html__('Button Link 2', 'berich'), 'type' => \Elementor\Controls_Manager::URL, 'label_block' => true, ), array( 'name' => 'coming_soon', 'label' => esc_html__('Coming Soon', 'berich'), 'type' => \Elementor\Controls_Manager::SWITCHER, 'default' => false, ), array( 'name' => 'popular', 'label' => esc_html__('Popular', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, ), ), ), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel