PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
webnus-core
/
widgets
<?php function deep_SocialWidget_shortcode( $attributes, $content = null ) { extract(shortcode_atts( array( ), $attributes)); $instance = array( ); $args = array( 'before_title' => '<div class="subtitle-wrap"><h4 class="subtitle">', 'after_title' => '</h4></div>' ); return get_the_widget( 'WebnusSocialWidget', $instance, $args ); } add_shortcode( 'widget-SocialWidget', 'deep_SocialWidget_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]