Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/vc_templates/uncode_copyright.php
Назад
<?php $el_id = $el_class = $size = $footer_text_content = $text_lead = ''; extract(shortcode_atts(array( 'css_animation' => '', 'animation_delay' => '', 'animation_speed' => '', 'animation_speed' => '', 'text_lead' => '', 'el_id' => '', 'el_class' => '', ) , $atts)); if ( $el_id !== '' ) { $el_id = ' id="' . esc_attr( trim( $el_id ) ) . '"'; } else { $el_id = ''; } $cont_classes = array('uncode-vc-social'); $div_data = array(); $cont_classes[] = trim($this->getExtraClass( $el_class )); if ($text_lead === 'yes') { $cont_classes[] = 'text-lead'; } else if ($text_lead === 'small') { $cont_classes[] = 'text-small'; } if ($css_animation !== '' && uncode_animations_enabled()) { $cont_classes[] = $css_animation . ' animate_when_almost_visible'; if ($animation_delay !== '') { $div_data['data-delay'] = $animation_delay; } if ($animation_speed !== '') { $div_data['data-speed'] = $animation_speed; } } $div_data_attributes = array_map(function ($v, $k) { return $k . '="' . $v . '"'; }, $div_data, array_keys($div_data)); $footer_copyright = ot_get_option('_uncode_footer_copyright'); $footer_text = ot_get_option('_uncode_footer_text'); if ($footer_text !== '' && $footer_copyright === 'off') { $footer_text = ot_get_option('_uncode_footer_text'); $footer_text_content = uncode_the_content($footer_text); } else { $footer_text_content = '<p>© '.date("Y").' '.get_bloginfo('name') . '. <span style="white-space:nowrap;">' . esc_html__('All rights reserved','uncode') . '</span></p>'; } $output = '<div class="' . esc_attr(trim(implode( ' ', $cont_classes ))) . '"'.implode(' ', $div_data_attributes). $el_id . '>'; $output .= $footer_text_content; $output .= '</div>'; echo uncode_remove_p_tag($output);
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка