📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:06:37
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_pricing
✏️
Editing: layout-2.php
<div class="pxl-pricing pxl-pricing2 <?php if(!empty($settings['popular_text'])) { echo 'pxl-pricing--popular'; } ?>"> <div class="pxl-popular--text pxl-empty"><?php echo esc_attr($settings['popular_text']); ?></div> <h5 class="pxl-pricing--title pxl-empty"><?php echo esc_attr($settings['title']); ?></h5> <div class="pxl-pricing--subtitle pxl-empty"><?php echo esc_attr($settings['sub_title']); ?></div> <div class="pxl-pricing--price"> <span class="pxl-price--inner"> <?php echo esc_attr($settings['currency']); ?><?php echo esc_attr($settings['price']); ?> </span> <span class="pxl-pricing--time"><?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> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z" /><path d="M10 3.75C8.76387 3.75 7.5555 4.11656 6.52769 4.80331C5.49988 5.49007 4.6988 6.46619 4.22576 7.60823C3.75271 8.75027 3.62894 10.0069 3.87009 11.2193C4.11125 12.4317 4.70651 13.5453 5.58059 14.4194C6.45466 15.2935 7.56831 15.8888 8.78069 16.1299C9.99307 16.3711 11.2497 16.2473 12.3918 15.7742C13.5338 15.3012 14.5099 14.5001 15.1967 13.4723C15.8834 12.4445 16.25 11.2361 16.25 10C16.25 8.3424 15.5915 6.75269 14.4194 5.58058C13.2473 4.40848 11.6576 3.75 10 3.75ZM13.5531 8.49062L9.63125 12.9406C9.50279 13.084 9.32335 13.1715 9.13125 13.1844H9.08438C8.90669 13.1845 8.73524 13.1188 8.60313 13L6.50313 11.125C6.42601 11.0633 6.36225 10.9866 6.31573 10.8994C6.26921 10.8123 6.2409 10.7166 6.23252 10.6182C6.22414 10.5198 6.23587 10.4207 6.26699 10.327C6.29811 10.2333 6.34798 10.1469 6.41355 10.073C6.47913 9.99916 6.55904 9.93942 6.64843 9.89743C6.73782 9.85544 6.83482 9.83207 6.93353 9.82875C7.03224 9.82542 7.13059 9.84222 7.2226 9.87811C7.31461 9.91399 7.39836 9.96822 7.46875 10.0375L9.03125 11.4156L12.4688 7.5125C12.5991 7.37825 12.7761 7.29933 12.9631 7.29212C13.1501 7.28492 13.3327 7.34997 13.473 7.47378C13.6132 7.59759 13.7005 7.77067 13.7166 7.95709C13.7327 8.14351 13.6764 8.32898 13.5594 8.475L13.5531 8.49062Z"/></g></svg> <?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>
💾 Save Changes
❌ Cancel