You are here

function elevatezoomplus_blazy_attach_alter in ElevateZoom Plus 8

Same name and namespace in other branches
  1. 7 elevatezoomplus.module \elevatezoomplus_blazy_attach_alter()

Implements hook_blazy_attach_alter().

File

./elevatezoomplus.module, line 48
Provides ElevateZoomPlus integration.

Code

function elevatezoomplus_blazy_attach_alter(array &$load, $attach = []) {
  if (!empty($attach['elevatezoomplus'])) {
    elevatezoomplus()
      ->attachAlter($load, $attach);
  }
}