芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/themes/astra/template-parts/footer/builder/footer-row.php
=' ) ) { $astra_footer_row = wp_parse_args( $args, array( 'row' => '' ) ); $astra_footer_row = isset( $astra_footer_row['row'] ) ? $astra_footer_row['row'] : ''; } if ( Astra_Builder_Helper::is_footer_row_empty( $astra_footer_row ) ) { $astra_footer_row_option = ( 'above' === $astra_footer_row ) ? 'hba' : ( ( 'below' === $astra_footer_row ) ? 'hbb' : 'hb' ); $astra_footer_columns = astra_get_option( $astra_footer_row_option . '-footer-column' ); $astra_footer_layout = astra_get_option( $astra_footer_row_option . '-footer-layout' ); $astra_row_stack_layout = astra_get_option( $astra_footer_row_option . '-stack' ); $astra_row_desk_layout = ( isset( $astra_footer_layout['desktop'] ) ) ? $astra_footer_layout['desktop'] : 'full'; $astra_tab_layout = ( isset( $astra_footer_layout['tablet'] ) ) ? $astra_footer_layout['tablet'] : 'full'; $astra_mob_layout = ( isset( $astra_footer_layout['mobile'] ) ) ? $astra_footer_layout['mobile'] : 'full'; $astra_desk_stack_layout = ( isset( $astra_row_stack_layout['desktop'] ) ) ? $astra_row_stack_layout['desktop'] : 'stack'; $astra_tab_stack_layout = ( isset( $astra_row_stack_layout['tablet'] ) ) ? $astra_row_stack_layout['tablet'] : 'stack'; $astra_mob_stack_layout = ( isset( $astra_row_stack_layout['mobile'] ) ) ? $astra_row_stack_layout['mobile'] : 'stack'; $astra_footer_row_classes = array( 'site-' . esc_attr( $astra_footer_row ) . '-footer-wrap', 'ast-builder-grid-row-container', 'site-footer-focus-item', 'ast-builder-grid-row-' . esc_attr( $astra_row_desk_layout ), 'ast-builder-grid-row-tablet-' . esc_attr( $astra_tab_layout ), 'ast-builder-grid-row-mobile-' . esc_attr( $astra_mob_layout ), 'ast-footer-row-' . esc_attr( $astra_desk_stack_layout ), 'ast-footer-row-tablet-' . esc_attr( $astra_tab_stack_layout ), 'ast-footer-row-mobile-' . esc_attr( $astra_mob_stack_layout ), ); ?>