芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/timucuy.com/wp-content/themes/hestia/inc/views/main/class-hestia-footer.php
does_footer_have_widgets() ) { return; } $sidebars = $this->get_footer_sidebars(); if ( empty( $sidebars ) ) { return; } ?>
the_sidebars_class() ) . '">'; dynamic_sidebar( $footer_sidebar ); echo '
'; } } ?>
add_footer_menu_alignment_class(); return $classes; } /** * Function to display footer copyright and footer menu. */ private function wrapped_bottom_footer_content() { echo ''; } /** * Function to display footer copyright and footer menu. * Also used as callback for selective refresh. */ public function bottom_footer_content() { $hestia_general_credits = get_theme_mod( 'hestia_general_credits', sprintf( /* translators: %1$s is Theme Name, %2$s is WordPress */ esc_html__( '%1$s | Developed by %2$s', 'hestia' ), esc_html__( 'Hestia', 'hestia' ), /* translators: %1$s is URL, %2$s is WordPress */ sprintf( '
%2$s
', esc_url( __( 'https://themeisle.com', 'hestia' ) ), 'ThemeIsle' ) ) ); wp_nav_menu( array( 'theme_location' => 'footer', 'depth' => 1, 'container' => 'ul', 'menu_class' => 'footer-menu', ) ); ?> get_footer_sidebars(); if ( empty( $sidebars ) ) { return false; } foreach ( $sidebars as $footer_sidebar ) { $has_widgets = is_active_sidebar( $footer_sidebar ); if ( $has_widgets ) { return true; } } return false; } }