You are here

function hook_sharerich_buttons_alter in Sharerich 7.2

Same name and namespace in other branches
  1. 8 sharerich.api.php \hook_sharerich_buttons_alter()
  2. 7.3 sharerich.api.php \hook_sharerich_buttons_alter()
  3. 7 sharerich.module \hook_sharerich_buttons_alter()

Alter the sharerich buttons markup.

Parameters

array $buttons:

object $node:

1 invocation of hook_sharerich_buttons_alter()
sharerich_get_buttons in ./sharerich.module
Returns markup with list of share buttons.

File

./sharerich.api.php, line 20
Hooks provided by the sharerich.

Code

function hook_sharerich_buttons_alter(&$buttons, $node) {
}