sharerich.api.php in Sharerich 8
Same filename and directory in other branches
Hooks provided by the sharerich.
File
sharerich.api.phpView source
<?php
/**
* @file
* Hooks provided by the sharerich.
*/
/**
* Alter the sharerich buttons markup.
*
* @param array $buttons
* @param object $node
*/
function hook_sharerich_buttons_alter(&$buttons, $context) {
}
Functions
Name | Description |
---|---|
hook_sharerich_buttons_alter | Alter the sharerich buttons markup. |