📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:14:41
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
template-parts
/
footer
✏️
Editing: elementor.php
<?php $footer_display = berich()->get_page_opt('footer_display', 'show'); ?> <footer id="pxl-footer-elementor" class="pxl-footer-<?php echo esc_attr($footer_display); ?>"> <?php if(isset($args['footer_layout']) && $args['footer_layout'] > 0) : ?> <div class="footer-elementor-inner"> <div class="container"> <div class="row"> <div class="col-12"> <?php $post = get_post($args['footer_layout']); if (!is_wp_error($post) && function_exists('pxl_print_html')){ $content = \Elementor\Plugin::$instance->frontend->get_builder_content( $args['footer_layout'] ); pxl_print_html($content); } ?> </div> </div> </div> </div> <?php endif; ?> </footer>
💾 Save Changes
❌ Cancel