You are here

function hook_responsive_share_buttons_links_alter in Responsive Share Buttons 7

Alters the list of sharing links.

Parameters

array $links: The array of links that will appear.

1 invocation of hook_responsive_share_buttons_links_alter()
template_preprocess_responsive_share_buttons in ./responsive_share_buttons.module
Theme preprocess function for theme_responsive_share_buttons().

File

./responsive_share_buttons.api.php, line 31
Hooks provided by the Responsive Share Buttons module.

Code

function hook_responsive_share_buttons_links_alter(&$links) {
}