You are here

function elevatezoomplus_library_info_alter in ElevateZoom Plus 8

Implements hook_library_info_alter().

File

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

Code

function elevatezoomplus_library_info_alter(&$libraries, $extension) {
  if ($extension === 'elevatezoomplus') {
    elevatezoomplus()
      ->libraryInfoAlter($libraries, $extension);
  }
}