📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:30:57
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_download_link.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_download_link', 'title' => esc_html__( 'Case Download Link', 'berich' ), 'icon' => 'eicon-library-download', 'categories' => array('pxltheme-core'), 'params' => array( 'sections' => array( array( 'name' => 'tab_content', 'label' => esc_html__( 'Content', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'download_link', 'label' => esc_html__( 'Download Link', 'berich' ), 'type' => \Elementor\Controls_Manager::REPEATER, 'controls' => array( array( 'name' => 'title', 'label' => esc_html__( 'Title', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'size', 'label' => esc_html__( 'Size', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'd_link', 'label' => esc_html__('Link', 'berich'), 'type' => \Elementor\Controls_Manager::URL, 'label_block' => true, ), array( 'name' => 'pxl_icon', 'label' => esc_html__('Icon File', 'berich' ), 'type' => \Elementor\Controls_Manager::ICONS, 'fa4compatibility' => 'icon', ), ), 'title_field' => '{{{ title }}}', ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel