Skip to content

Instantly share code, notes, and snippets.

@mrkdevelopment
Created August 3, 2018 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrkdevelopment/f563cd0e439c1cb542ed41603d9cf07f to your computer and use it in GitHub Desktop.
Save mrkdevelopment/f563cd0e439c1cb542ed41603d9cf07f to your computer and use it in GitHub Desktop.
<?php
add_filter( 'df_update_social_icons', function($brands){
$brands['fa-amazon'] = 'Amazon';
return $brands;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment