HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/www/wp-content/themes/suevafree/core/templates/header/scroll-sidebar.php
<?php 

/**
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * It is also available at this URL: http://www.gnu.org/licenses/gpl-3.0.txt
 */

if (!function_exists('suevafree_scroll_sidebar_function')) {

	function suevafree_scroll_sidebar_function($theme_location, $menu_class) {

?>
        
        <div id="sidebar-wrapper">
            
            <div id="scroll-sidebar" class="clearfix">
            
                <div class="navigation"><i class="fa fa-times open"></i></div>	
        		
                <div class="wrap">
                
                    <div class="post-article widget-box">
                    
                        <h3 class="title"><?php esc_html_e( 'Menu','suevafree'); ?></h3>
                        
                        <nav class="suevafree-menu suevafree-mobile-menu suevafree-vertical-menu">
    
                            <?php
                            
                                wp_nav_menu( 
                                
                                    array(
                                        'theme_location' => $theme_location,
                                        'menu_class' => $menu_class,
                                        'container' => 'false',
                                        'menu_id' => 'widgetmenus',
                                        'depth' => 3
                                    )
                                
                                ); 
                            
                            ?>
                            
                        </nav>
                    
                    </div>
                    
                    <div class="post-article">
                        
                        <div class="copyright">
                                
                            <?php do_action('suevafree_copyright'); ?>
                                    
                        </div>
    
                        <?php if ( suevafree_setting('suevafree_header_social_buttons') && suevafree_setting('suevafree_header_social_buttons') == "on" ) : ?>
    
                            <div class="social-buttons">
                                    
                                <?php do_action( 'suevafree_socials' ); ?>
                                    
                            </div>
        
                        <?php endif; ?>
    
                    </div>
                
                </div>
                
            </div>
        
        </div>
                
<?php
	
	}

	add_action( 'suevafree_scroll_sidebar', 'suevafree_scroll_sidebar_function', 10, 2 );

}

?>