You are here

function shareaholic_node_load in Share Buttons, Related Posts, Content Analytics - Shareaholic 8

Same name and namespace in other branches
  1. 7.3 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);
}