function hook_sharerich_buttons_alter in Sharerich 7.3
Same name and namespace in other branches
- 8 sharerich.api.php \hook_sharerich_buttons_alter()
- 7 sharerich.module \hook_sharerich_buttons_alter()
- 7.2 sharerich.api.php \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) {
}