You are here

function hook_responsive_share_buttons_share_link_alter in Responsive Share Buttons 7

Alters an individual sharing link.

Parameters

string $link_text: The text that will be used in the share link.

string $link_url: The URL that will be used to share content.

array $link_options: The options array that will be passed to l().

string $network: The name of the social network

1 invocation of hook_responsive_share_buttons_share_link_alter()
_prepare_share_link in ./responsive_share_buttons.module
Prepare a sharing link.

File

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

Code

function hook_responsive_share_buttons_share_link_alter(&$link_text, &$link_url, &$link_options, $network) {
}