You are here

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

Same name and namespace in other branches
  1. 7.3 shareaholic.install \shareaholic_disable()

Implements hook_disable(). When the module is disabled, and log the enable event

File

./shareaholic.install, line 59

Code

function shareaholic_disable() {
  ShareaholicUtilities::log_event('Deactivate');
}