Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/template-parts/footer/footer-row.php
Ðазад
<?php /** * Template part for displaying the a row of the footer * * @package code4rest */ namespace Code4rest; $row = get_query_var( 'row' ); $tablet_contain = ( code4rest()->sub_option( 'footer_' . $row . '_contain', 'tablet' ) ? code4rest()->sub_option( 'footer_' . $row . '_contain', 'tablet' ) : 'default' ); $mobile_contain = ( code4rest()->sub_option( 'footer_' . $row . '_contain', 'mobile' ) ? code4rest()->sub_option( 'footer_' . $row . '_contain', 'mobile' ) : 'default' ); $tablet_layout = ( code4rest()->sub_option( 'footer_' . $row . '_layout', 'tablet' ) ? code4rest()->sub_option( 'footer_' . $row . '_layout', 'tablet' ) : 'default' ); $link_style = code4rest()->option( 'footer_' . $row . '_link_style' ); $columns = absint( code4rest()->option( 'footer_' . $row . '_columns' ) ); $tablet_direction = ( code4rest()->sub_option( 'footer_' . $row . '_direction', 'tablet' ) ? code4rest()->sub_option( 'footer_' . $row . '_direction', 'tablet' ) : 'default' ); $mobile_direction = ( code4rest()->sub_option( 'footer_' . $row . '_direction', 'mobile' ) ? code4rest()->sub_option( 'footer_' . $row . '_direction', 'mobile' ) : 'default' ); $i = 0; ?> <div class="site-<?php echo esc_attr( $row ); ?>-footer-wrap site-footer-row-container site-footer-focus-item site-footer-row-layout-<?php echo esc_attr( code4rest()->sub_option( 'footer_' . $row . '_contain', 'desktop' ) ); ?> site-footer-row-tablet-layout-<?php echo esc_attr( $tablet_contain ); ?> site-footer-row-mobile-layout-<?php echo esc_attr( $mobile_contain ); ?>" data-section="code4rest_customizer_footer_<?php echo esc_attr( $row ); ?>"> <div class="site-footer-row-container-inner"> <?php if ( is_customize_preview() ) { ?> <div class="customize-partial-edit-shortcut code4rest-custom-partial-edit-shortcut"> <button aria-label="<?php esc_attr_e( 'Click to edit this element.', 'code4rest' ); ?>" title="<?php esc_attr_e( 'Click to edit this element.', 'code4rest' ); ?>" class="customize-partial-edit-shortcut-button item-customizer-focus"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.89 3.39l2.71 2.72c.46.46.42 1.24.03 1.64l-8.01 8.02-5.56 1.16 1.16-5.58s7.6-7.63 7.99-8.03c.39-.39 1.22-.39 1.68.07zm-2.73 2.79l-5.59 5.61 1.11 1.11 5.54-5.65zm-2.97 8.23l5.58-5.6-1.07-1.08-5.59 5.6z"></path></svg></button> </div> <?php } ?> <div class="site-container"> <div class="site-<?php echo esc_attr( $row ); ?>-footer-inner-wrap site-footer-row site-footer-row-columns-<?php echo esc_attr( code4rest()->option( 'footer_' . $row . '_columns' ) ); ?> site-footer-row-column-layout-<?php echo esc_attr( code4rest()->sub_option( 'footer_' . $row . '_layout', 'desktop' ) ); ?> site-footer-row-tablet-column-layout-<?php echo esc_attr( $tablet_layout ); ?> site-footer-row-mobile-column-layout-<?php echo esc_attr( code4rest()->sub_option( 'footer_' . $row . '_layout', 'mobile' ) ); ?> ft-ro-dir-<?php echo esc_attr( code4rest()->sub_option( 'footer_' . $row . '_direction', 'desktop' ) ); ?> ft-ro-collapse-<?php echo esc_attr( code4rest()->option( 'footer_' . $row . '_collapse' ) ); ?> ft-ro-t-dir-<?php echo esc_attr( $tablet_direction ); ?> ft-ro-m-dir-<?php echo esc_attr( $mobile_direction ); ?> ft-ro-lstyle-<?php echo esc_attr( $link_style ); ?>"> <?php while ( $i++ < $columns ) { ?> <div class="site-footer-<?php echo esc_attr( $row ); ?>-section-<?php echo esc_attr( $i ); ?> site-footer-section footer-section-inner-items-<?php echo esc_attr( code4rest()->footer_column_item_count( $row, $i ) ); ?>"> <?php /** * Code4rest Render Footer Column * * Hooked Code4rest\footer_column */ do_action( 'code4rest_render_footer_column', $row, $i ); ?> </div> <?php } ?> </div> </div> </div> </div>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка