You are here

constant MINIFYHTML_PLACEHOLDER in Minify Source HTML 7

@file Hook and helper functions for the Minify HTML module.

2 uses of MINIFYHTML_PLACEHOLDER
minifyhtml_exit in ./minifyhtml.module
Implements hook_exit().
minifyhtml_placeholder_replace in ./minifyhtml.module
Helper function to add tag key and value for further replacement.

File

./minifyhtml.module, line 8
Hook and helper functions for the Minify HTML module.

Code

define('MINIFYHTML_PLACEHOLDER', 'MINIFYHTML_' . md5(REQUEST_TIME));