Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( !function_exists( 'add_houzz_icon' ) ){
- function add_houzz_icon( $socials ) {
- $socials['houzz'] = __('Houzz','cobalt');
- return $socials;
- }
- add_filter( 'cobalt_socials_provider' , 'add_houzz_icon', 10, 1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement