You are here

constant ADVAGG_MOD_CSS_DEFER_INLINE_SIZE_LIMIT in Advanced CSS/JS Aggregation 7.2

Default value of the inlined css size.

Related topics

2 uses of ADVAGG_MOD_CSS_DEFER_INLINE_SIZE_LIMIT
advagg_mod_admin_settings_form in advagg_mod/advagg_mod.admin.inc
Form builder; Configure advagg settings.
_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 196
Advanced aggregation modifier module.

Code

define('ADVAGG_MOD_CSS_DEFER_INLINE_SIZE_LIMIT', 12288);