Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/vc_templates/uncode_share.php
Назад
<?php $title = $el_id = $el_class = $separator = $output = $layout = $bigger = $no_back = $icon = $align = $css_animation = $animation_delay = $animation_speed = ''; extract(shortcode_atts(array( 'title' => '', 'layout' => '', 'el_id' => '', 'el_class' => '', 'separator' => '', 'bigger' => '', 'no_back' => '', 'icon' => '', 'css_animation' => '', 'animation_delay' => '', 'animation_speed' => '', ) , $atts)); if ( $el_id !== '' ) { $el_id = ' id="' . esc_attr( trim( $el_id ) ) . '"'; } else { $el_id = ''; } $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'uncode-share', $this->settings['base'], $atts ); $div_data = array(); if ($css_animation !== '' && uncode_animations_enabled()) { $css_class .= ' ' . $css_animation . ' animate_when_almost_visible'; if ($animation_delay !== '') { $div_data['data-delay'] = $animation_delay; } if ($animation_speed !== '') { $div_data['data-speed'] = $animation_speed; } } $classes = array( $css_class ); $classes[] = trim( $this->getExtraClass( $el_class ) ); $div_data_attributes = array_map(function ($v, $k) { return $k . '="' . $v . '"'; }, $div_data, array_keys($div_data)); $output .= '<div class="uncode-wrapper '.esc_attr( trim( implode( ' ', $classes ) ) ).'" '.implode(' ', $div_data_attributes). $el_id . '>'; if ($title !== '' && $layout === 'multiple') { $output .= '<h6>'.$title.'</h6>'; } if ($title !== '' && $layout !== 'multiple') { $output .= '<p class="share-title">'.$title.'</p>'; } if ($separator === 'yes' && $layout === 'multiple') { $output .= '<hr class="separator-break separator-accent" />'; } $output .= '<div class="share-button share-buttons'.(($layout === 'multiple') ? ' share-inline' : ' share-vertical').(($bigger === 'yes') ? ' share-bigger' : '') . (($no_back === 'yes') ? ' only-icon' : '') . $align . '" data-url="' . esc_url( apply_filters( 'uncode_share_button_url', false ) ) . '"></div>'; $output .= '</div>'; echo uncode_remove_p_tag($output);
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка