You are here

constant ADVAGG_MOD_CSS_DEFER_SKIP_FIRST_FILE in Advanced CSS/JS Aggregation 7.2

Default value to not defer the first CSS file.

Related topics

3 uses of ADVAGG_MOD_CSS_DEFER_SKIP_FIRST_FILE
advagg_mod_admin_settings_form in advagg_mod/advagg_mod.admin.inc
Form builder; Configure advagg settings.
advagg_mod_advagg_modify_css_pre_render_alter in advagg_mod/advagg_mod.module
Implements hook_advagg_modify_css_pre_render_alter().
_advagg_mod_pre_render_styles in advagg_mod/advagg_mod.module
A #pre_render callback to inline all CSS on this page.

File

advagg_mod/advagg_mod.module, line 191
Advanced aggregation modifier module.

Code

define('ADVAGG_MOD_CSS_DEFER_SKIP_FIRST_FILE', 0);