Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
kapee-extensions
/
templates
/
shortcodes
:
social-buttons.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Social Button Template */ ?> <div class="<?php echo esc_attr($class);?>"> <?php if( ! empty( $title ) ) { ?> <div class="section-heading"> <h2><?php echo esc_html($title); ?></h2> </div> <?php } kapee_social_share(array('type'=>$social_type,'style' =>$social_style,'shape'=> $social_shape,'size' => $social_icon_size,'css_animation' => $css_animation)); ?> </div>