Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/core/inc/helpers/dynamic-css/modules/uncode_index.php
Назад
<?php /** * Uncode Index (Posts Module) CSS */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Generate the CSS for the module */ function uncode_get_dynamic_colors_css_for_shortcode_uncode_index( $shortcode, $custom_color_keys ) { $accepted_keys = array( 'index_back_color' => array( 'bg' ), 'filter_back_color' => array( 'bg' ), 'infinite_button_color' => array( 'button' ), 'footer_back_color' => array( 'bg' ), ); $css = ''; foreach ( $custom_color_keys as $custom_color_key ) { if ( ! array_key_exists( $custom_color_key, $accepted_keys ) ) { continue; } $css_value = uncode_get_dynamic_color_attr_data( $shortcode, $custom_color_key, $accepted_keys[$custom_color_key] ); if ( $css_value ) { $css .= $css_value; } } return $css; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка