Файловый менеджер - Редактировать - /home/infrafs/www/wp-content/themes/trackstore/framework/modules/footer/admin/custom-styles/footer-custom-styles.php
Назад
<?php if ( ! function_exists( 'trackstore_elated_footer_top_general_styles' ) ) { /** * Generates general custom styles for footer top area */ function trackstore_elated_footer_top_general_styles() { $item_styles = array(); $background_color = trackstore_elated_options()->getOptionValue( 'footer_top_background_color' ); if ( ! empty( $background_color ) ) { $item_styles['background-color'] = $background_color; } echo trackstore_elated_dynamic_css( '.eltd-page-footer .eltd-footer-top-holder', $item_styles ); } add_action( 'trackstore_elated_style_dynamic', 'trackstore_elated_footer_top_general_styles' ); } if ( ! function_exists( 'trackstore_elated_footer_bottom_general_styles' ) ) { /** * Generates general custom styles for footer bottom area */ function trackstore_elated_footer_bottom_general_styles() { $item_styles = array(); $background_color = trackstore_elated_options()->getOptionValue( 'footer_bottom_background_color' ); if ( ! empty( $background_color ) ) { $item_styles['background-color'] = $background_color; } echo trackstore_elated_dynamic_css( '.eltd-page-footer .eltd-footer-bottom-holder', $item_styles ); } add_action( 'trackstore_elated_style_dynamic', 'trackstore_elated_footer_bottom_general_styles' ); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка