function shareaholic_node_update in Share Buttons, Related Posts, Content Analytics - Shareaholic 8
Same name and namespace in other branches
- 7.3 includes/node.php \shareaholic_node_update()
Implements hook_node_update(). When a node is updated, notify CM to scrape its details and clear FB cache
Parameters
$node The node that has been updated:
File
- includes/
node.php, line 31 - This file is responsible for containing hooks involving nodes
Code
function shareaholic_node_update($node) {
ShareaholicContentSettings::update($node);
ShareaholicContentManager::single_page_worker($node);
}