Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/plugins/js_composer/composer/shortcodes_templates/ |
Current File : //var/www/web284/html/wp-content/plugins/js_composer/composer/shortcodes_templates/vc_wp_rss.php |
<?php $output = $title = $url = $items = $options = $el_class = ''; extract( shortcode_atts( array( 'title' => '', 'url' => '', 'items' => 10, 'options' => '', 'el_class' => '' ), $atts ) ); if ($url=='') return; $atts['title'] = $title; $atts['items'] = $items; $options = explode(",", $options); if (in_array("show_summary", $options)) $atts['show_summary'] = true; if (in_array("show_author", $options)) $atts['show_author'] = true; if (in_array("show_date", $options)) $atts['show_date'] = true; $el_class = $this->getExtraClass($el_class); $output = '<div class="vc_wp_rss wpb_content_element'.$el_class.'">'; $type = 'WP_Widget_RSS'; $args = array(); ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); $output .= '</div>' . $this->endBlockComment('vc_wp_rss') . "\n"; echo $output;
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare