Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/vc_templates/uncode_widget_most_recommended_posts.php
Назад
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Shortcode attributes */ $output = ''; extract(shortcode_atts(array( 'title' => '', 'hide_title' => '', 'number' => '', 'show_count' => '', 'el_id' => '', 'el_class' => '', 'use_widget_style' => '', 'widget_collapse' => '', 'widget_collapse_tablet' => '', 'widget_style_no_separator' => '', 'widget_style_title_typography' => '', ), $atts)); if ( $hide_title === 'yes' ) { $atts['title'] = '!'; } if ( $el_id !== '' ) { $el_id = ' id="' . esc_attr( trim( $el_id ) ) . '"'; } else { $el_id = ''; } $el_class = $this->getExtraClass( $el_class ); if ( $use_widget_style === 'yes' && $widget_collapse === 'yes' && $title !== '!' ) { $el_class .= ' widget-mobile-collapse'; if ( $widget_collapse_tablet === 'yes' ) { $el_class .= ' widget-tablet-collapse'; } else { $el_class .= ' widget-no-tablet-collapse'; } } if ( $use_widget_style === 'yes' && $widget_style_no_separator === 'yes' ) { $el_class .= ' widget-no-separator'; } if ( $use_widget_style === 'yes' && $widget_style_title_typography ) { $el_class .= ' widget-typography-' . $widget_style_title_typography; } $output = '<div class="uncode_recommended_posts_widget wpb_content_element' . esc_attr( $el_class ) . '" ' . $el_id . '>'; $type = 'Uncode_Most_recommended_posts'; global $wp_widget_factory; // to avoid unwanted warnings let's check before using widget if ( is_object( $wp_widget_factory ) && isset( $wp_widget_factory->widgets, $wp_widget_factory->widgets[ $type ] ) ) { ob_start(); $args = $use_widget_style === 'yes' ? uncode_get_default_widget_args( 'most-recommended-posts' ) : array(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); $output .= '</div>'; echo uncode_switch_stock_string( $output ); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка