Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. if( !function_exists( 'add_houzz_icon' ) ){
  2.     function add_houzz_icon( $socials ) {
  3.         $socials['houzz']   =       __('Houzz','cobalt');
  4.         return $socials;
  5.     }
  6.     add_filter( 'cobalt_socials_provider' , 'add_houzz_icon', 10, 1);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement