Guest User

Untitled

a guest
Mar 2nd, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2.  
  3. function kleo_get_social_profiles_extra_icons($icons){
  4.     $icons .= '<li><a href="YOUR_LINK_HERE" target="_blank"><i class="put-your-icon-class-here"></i><div class="ts-text">DeviantArt</div></a></li>';
  5.     return $icons;
  6. }
  7. add_filter('kleo_get_social_profiles', 'kleo_get_social_profiles_extra_icons');
Advertisement
Add Comment
Please, Sign In to add comment