You are here

function advagg_font_advagg_current_hooks_hash_array_alter in Advanced CSS/JS Aggregation 7.2

Implements hook_advagg_current_hooks_hash_array_alter().

Related topics

File

advagg_font/advagg_font.module, line 302
Advanced aggregation font module.

Code

function advagg_font_advagg_current_hooks_hash_array_alter(&$aggregate_settings) {
  $aggregate_settings['variables']['advagg_font_fontfaceobserver'] = variable_get('advagg_font_fontfaceobserver', ADVAGG_FONT_FONTFACEOBSERVER);
}