📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:25:58
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_button_circle.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_button_circle', 'title' => esc_html__('Case Button Circle', 'berich' ), 'icon' => 'eicon-button', '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' => 'btn_style', 'label' => esc_html__('Style', 'berich' ), 'type' => \Elementor\Controls_Manager::SELECT, 'default' => 'style-1', 'options' => [ 'style-1' => esc_html__('Style 1', 'berich' ), 'style-2' => esc_html__('Style 2', 'berich' ), ], ), array( 'name' => 'text', 'label' => esc_html__('Text', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'default' => esc_html__('Click Here', 'berich'), ), array( 'name' => 'link', 'label' => esc_html__('Link', 'berich' ), 'type' => \Elementor\Controls_Manager::URL, ), array( 'name' => 'btn_icon', 'label' => esc_html__('Icon', 'berich' ), 'type' => \Elementor\Controls_Manager::ICONS, 'label_block' => true, 'fa4compatibility' => 'icon', ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel