📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:28:36
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_countdown.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_countdown', 'title' => esc_html__('Case Countdown', 'berich' ), 'icon' => 'eicon-countdown', 'categories' => array('pxltheme-core'), 'scripts' => array( 'berich-countdown', ), 'params' => array( 'sections' => array( array( 'name' => 'countdown_section', 'label' => esc_html__('Content', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'date', 'label' => esc_html__('Date', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, 'description' => esc_html__('Set date count down (Date format: yy/mm/dd)', 'berich'), ), array( 'name' => 'style', 'label' => esc_html__('Style', 'berich' ), 'type' => \Elementor\Controls_Manager::SELECT, 'options' => [ 'style1' => 'Style 1', 'style2' => 'Style 2', 'style3' => 'Style 3', ], 'default' => 'style1', ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel