function hook_sharerich_buttons_alter in Sharerich 7
Same name and namespace in other branches
- 8 sharerich.api.php \hook_sharerich_buttons_alter()
- 7.3 sharerich.api.php \hook_sharerich_buttons_alter()
- 7.2 sharerich.api.php \hook_sharerich_buttons_alter()
Implements hook_sharerich_buttons_alter().
1 invocation of hook_sharerich_buttons_alter()
- sharerich_get_buttons in ./
sharerich.module - Returns markup with list of share buttons.
File
- ./
sharerich.module, line 171
Code
function hook_sharerich_buttons_alter(&$buttons) {
}