function elevatezoomplus_blazy_attach_alter in ElevateZoom Plus 7
Same name and namespace in other branches
- 8 elevatezoomplus.module \elevatezoomplus_blazy_attach_alter()
Implements hook_blazy_attach_alter().
File
- ./
elevatezoomplus.module, line 57 - Provides ElevateZoomPlus integration.
Code
function elevatezoomplus_blazy_attach_alter(array &$load, $attach = []) {
if (!empty($attach['elevatezoomplus'])) {
elevatezoomplus()
->attachAlter($load, $attach);
}
}