403Webshell
Server IP : 138.197.162.186  /  Your IP : 216.73.216.17
Web Server : nginx/1.24.0
System : Linux ubuntu-s-1vcpu-512mb-10gb-tor1 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/yogaensalada-site/wp-content/themes/yugen/template-parts/footer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/yogaensalada-site/wp-content/themes/yugen/template-parts/footer/footer-bar.php
<?php
/**
 * Footer Bar Section.
 *
 * @package yugen
 */

$content_order_lists    = get_theme_mod( 'yugen_footer_bar_content_order_list', array( 'footer-bar-text' ) );
if ( ! empty( $content_order_lists ) ) : ?>


    <div class="footer-bar-separator"></div>

    <div id="colophon" class="footer-bar cs-light" role="contentinfo">
        <div class="outer-container">
            <div class="container-fluid">
                <div class="row flex-wrap align-items-center justify-content-center justify-content-lg-between">

                    <?php foreach ( $content_order_lists as $key => $content_order )  :

                        $order = $key + 1;

                        if ( $content_order == 'footer-bar-text' ) { ?>

                            <div class="footer-copyright order-3 order-lg-<?php echo esc_attr( $order )?> my-8">
                                <?php do_action( 'yugen_footer_copyright' ); ?>
                            </div><!-- .footer-copyright -->

                        <?php } elseif ( $content_order == 'footer-bar-menu' ) {

                            $menu_id    = get_theme_mod( 'yugen_footer_bar_menu_id' );

                            $nav_menu 	= ( empty( $menu_id ) ? false : wp_get_nav_menu_object( $menu_id ) ); ?>

                            <div class="footer-bar-menu order-2 order-md-<?php echo esc_attr( $order ); ?> my-12">
                                <?php

                                if ( $nav_menu ) {

                                    wp_nav_menu(array(
                                        'menu'          => $nav_menu,
                                        'menu_id'       => 'footer-bar-nav',
                                        'container'     => 'ul',
                                        'menu_class'    => 'd-flex flex-wrap justify-content-center align-items-center p-0 m-0 ls-none',
                                        'depth'         => 1,
                                        'theme_location'       => 'footer-menu',
                                    ));
                                }
                                else {
                                    $menus_link = admin_url('nav-menus.php');

                                    printf( '<p class="m-0">%1$s<a href="%2$s" target="_blank">%3$s</a>%4$s</p>',
                                        esc_html__( 'Menu not found! Assign a&nbsp;', 'yugen' ),
                                        esc_url( $menus_link ),
                                        esc_html__( 'Menu', 'yugen' ),
                                        esc_html__( '&nbsp;& choose menu to display in footer bar from ( Appearance - > Customize -> Footer - > Footer Menu )', 'yugen' )
                                    );
                                } ?>
                            </div><!-- .footer-menu -->

                        <?php } elseif ( $content_order == 'footer-bar-social' ) { ?>

                            <div class="footer-bar-social order-1 order-md-<?php echo esc_attr( $order ); ?> my-8">
                                <?php the_widget( 'Yugen_Social_Profiles_Widget' ); ?>
                            </div><!-- .top-bar-social -->

                        <?php }

                    endforeach; ?>

                </div><!-- .row -->
            </div><!-- .container-fluid -->
        </div><!-- .outer-container -->
    </div><!-- .footer-bar -->

<?php endif;

Youez - 2016 - github.com/yon3zu
LinuXploit