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_links.php |
<?php $output = $category = $orderby = $options = $el_class = ''; extract( shortcode_atts( array( 'category' => false, 'orderby' => 'name', 'options' => '', 'limit' => -1, 'el_class' => '' ), $atts ) ); $options = explode(",", $options); if (in_array("images", $options)) $atts['images'] = true; if (in_array("name", $options)) $atts['name'] = true; if (in_array("description", $options)) $atts['description'] = true; if (in_array("rating", $options)) $atts['rating'] = true; $el_class = $this->getExtraClass($el_class); $output = '<div class="vc_wp_links wpb_content_element'.$el_class.'">'; $type = 'WP_Widget_Links'; $args = array(); ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); $output .= '</div>' . $this->endBlockComment('vc_wp_links') . "\n"; echo $output;
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare