You are here

function hook_social_media_links_iconset_info_alter in Social Media Links Block and Field 7

Change the iconset definitions.

Parameters

array $iconsets: A associative array with the defined iconsets.

1 invocation of hook_social_media_links_iconset_info_alter()
social_media_links_iconsets in ./social_media_links.module
Get all registered icon sets.

File

./social_media_links.api.php, line 94
API documentation for Social Media Links Block module.

Code

function hook_social_media_links_iconset_info_alter(&$iconsets) {

  // Change the path callback for the elegantthemes.
  $iconsets['elegantthemes']['path callback'] = 'social_media_links_path_elegantthemes';
}