You are here

function acquia_lift_profiles_visitor_actions_delete_action in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 acquia_lift_profiles/acquia_lift_profiles.module \acquia_lift_profiles_visitor_actions_delete_action()

Implements hook_visitor_actions_delete_action().

File

acquia_lift_profiles/acquia_lift_profiles.module, line 480
acquia_lift_profiles.module Provides Acquia Lift Profiles integration.

Code

function acquia_lift_profiles_visitor_actions_delete_action($action) {
  acquia_lift_profiles_delete_action($action['machine_name']);
}