function shareaholic_node_load in Share Buttons, Related Posts, Content Analytics - Shareaholic 7.3
Same name and namespace in other branches
- 8 includes/node.php \shareaholic_node_load()
Implements hook_node_load().
When the nodes are being loaded, attach the shareaholic node settings
File
- includes/
node.php, line 186 - This file is responsible for containing hooks involving nodes
Code
function shareaholic_node_load($nodes, $types) {
ShareaholicContentSettings::load($nodes, $types);
}