📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:09:19
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_info_box
✏️
Editing: layout-1.php
<?php if ( ! empty( $settings['btn_link']['url'] ) ) { $widget->add_render_attribute( 'button', 'href', $settings['btn_link']['url'] ); if ( $settings['btn_link']['is_external'] ) { $widget->add_render_attribute( 'button', 'target', '_blank' ); } if ( $settings['btn_link']['nofollow'] ) { $widget->add_render_attribute( 'button', 'rel', 'nofollow' ); } } ?> <div class="pxl-info-box pxl-info-box1 <?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <div class="pxl-item--inner"> <div class="pxl-item--top"> <div class="pxl-sub-title pxl-empty"><?php echo esc_attr($settings['sub_title']); ?></div> <h5 class="pxl-title pxl-empty"><?php echo esc_attr($settings['title']); ?></h5> <div class="pxl-desc pxl-empty"><?php echo esc_attr($settings['desc']); ?></div> </div> <?php if(!empty($settings['btn_text'])) : ?> <div class="pxl-button"> <a <?php pxl_print_html($widget->get_render_attribute_string( 'button' )); ?>><?php echo esc_attr($settings['btn_text']); ?></a> </div> <?php endif; ?> </div> </div>
💾 Save Changes
❌ Cancel