PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
webnus-core
/
widgets
<?php function deep_testimonial_shortcode( $attributes, $content = null ) { extract(shortcode_atts( array( 'img_testimonial' => '', 'name_testimonial' => '', 'textarea_testimonial' => '', ), $attributes)); $img_testimonial = $img_testimonial? $img_testimonial : ''; $name_testimonial = $name_testimonial? $name_testimonial : ''; $textarea_testimonial = $textarea_testimonial? $textarea_testimonial : ''; $instance = array( 'image' => $img_testimonial, 'name' => $name_testimonial, 'text' => $textarea_testimonial, ); $args = array( 'before_title' => '<div class="subtitle-wrap"><h4 class="subtitle">', 'after_title' => '</h4></div>' ); return get_the_widget( 'WebnusTestimonialWidget', $instance, $args ); } add_shortcode( 'widget-testimonial', 'deep_testimonial_shortcode' );
[+]
..
[-] social-icon.php
[edit]
[-] testimonial.php
[edit]
[-] login.php
[edit]
[-] widget-popular-posts.php
[edit]
[-] widget-tab.php
[edit]
[-] latest-review.php
[edit]
[-] sermon-categories.php
[edit]
[-] facebook.php
[edit]
[-] subscribe.php
[edit]
[-] youtube.php
[edit]
[-] post slider.php
[edit]
[-] youtube - flickr.php
[edit]
[-] latest-posts.php
[edit]
[-] googleplus.php
[edit]
[-] about.php
[edit]