Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/template-parts/footer/footer-html.php
Ðазад
<?php /** * Template part for displaying the footer info * * @package code4rest */ namespace Code4rest; $align = ( code4rest()->sub_option( 'footer_html_align', 'desktop' ) ? code4rest()->sub_option( 'footer_html_align', 'desktop' ) : 'default' ); $tablet_align = ( code4rest()->sub_option( 'footer_html_align', 'tablet' ) ? code4rest()->sub_option( 'footer_html_align', 'tablet' ) : 'default' ); $mobile_align = ( code4rest()->sub_option( 'footer_html_align', 'mobile' ) ? code4rest()->sub_option( 'footer_html_align', 'mobile' ) : 'default' ); $valign = ( code4rest()->sub_option( 'footer_html_vertical_align', 'desktop' ) ? code4rest()->sub_option( 'footer_html_vertical_align', 'desktop' ) : 'default' ); $tablet_valign = ( code4rest()->sub_option( 'footer_html_vertical_align', 'tablet' ) ? code4rest()->sub_option( 'footer_html_vertical_align', 'tablet' ) : 'default' ); $mobile_valign = ( code4rest()->sub_option( 'footer_html_vertical_align', 'mobile' ) ? code4rest()->sub_option( 'footer_html_vertical_align', 'mobile' ) : 'default' ); ?> <div class="footer-widget-area site-info site-footer-focus-item content-align-<?php echo esc_attr( $align ); ?> content-tablet-align-<?php echo esc_attr( $tablet_align ); ?> content-mobile-align-<?php echo esc_attr( $mobile_align ); ?> content-valign-<?php echo esc_attr( $valign ); ?> content-tablet-valign-<?php echo esc_attr( $tablet_valign ); ?> content-mobile-valign-<?php echo esc_attr( $mobile_valign ); ?>" data-section="code4rest_customizer_footer_html"> <div class="footer-widget-area-inner site-info-inner"> <?php /** * Code4rest Footer HTML * * Hooked Code4rest\footer_html */ do_action( 'code4rest_footer_html' ); ?> </div> </div><!-- .site-info -->
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка