📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:07:32
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_pricing
✏️
Editing: layout-1.php
<div class="pxl-pricing pxl-pricing1 <?php echo esc_attr($settings['style']); ?>"> <h5 class="pxl-pricing--title pxl-empty"><?php echo esc_attr($settings['title']); ?></h5> <div class="pxl-pricing--holder"> <?php if ( !empty($settings['pxl_icon']['value']) ) : ?> <div class="pxl-pricing--icon"> <?php \Elementor\Icons_Manager::render_icon( $settings['pxl_icon'], [ 'aria-hidden' => 'true', 'class' => '' ], 'i' ); ?> </div> <?php endif; ?> <div class="pxl-pricing--price pxl-empty"> <span class="pxl-price--inner"> <?php echo esc_attr($settings['currency']); ?><?php echo esc_attr($settings['price']); ?> </span> <span class="pxl-pricing--time pxl-ml-12"><?php echo esc_attr($settings['time']); ?></span> </div> <?php if(isset($settings['feature']) && !empty($settings['feature']) && count($settings['feature'])): ?> <ul class="pxl-pricing--feature"> <?php foreach ($settings['feature'] as $key => $link): $feature_text = $widget->parse_text_editor( $link['feature_text'] ); $feature_active = $widget->parse_text_editor( $link['feature_active'] ); ?> <li> <?php if($feature_active == 'no') { ?> <i class="flaticon-close pxl-mr-12"></i> <?php } else { ?> <i class="flaticon-check-1 pxl-mr-12"></i> <?php } ?> <?php if($feature_active == 'no') { echo '<del>'; } ?> <?php echo pxl_print_html($feature_text); ?> <?php if($feature_active == 'no') { echo '</del>'; } ?> </li> <?php endforeach; ?> </ul> <?php endif; ?> <?php if ( ! empty( $settings['btn_text'] ) ) { $widget->add_render_attribute( 'btn_link', 'href', $settings['btn_link']['url'] ); if ( $settings['btn_link']['is_external'] ) { $widget->add_render_attribute( 'btn_link', 'target', '_blank' ); } if ( $settings['btn_link']['nofollow'] ) { $widget->add_render_attribute( 'btn_link', 'rel', 'nofollow' ); } ?> <div class="pxl-pricing--button"> <a class="btn" <?php pxl_print_html($widget->get_render_attribute_string( 'btn_link' )); ?>><span><?php echo esc_attr($settings['btn_text']); ?></span></a> </div> <?php } ?> </div> </div>
💾 Save Changes
❌ Cancel