function hook_htmlpurifier_info_alter in HTML Purifier 7.2
Implements hook_htmlpurifier_info_alter().
1 invocation of hook_htmlpurifier_info_alter()
- htmlpurifier_get_info in ./
htmlpurifier.module - Return a list of all htmlpurifier_info provided by modules.
File
- ./
htmlpurifier.api.php, line 38 - API documentation for the HTML Purifier module.
Code
function hook_htmlpurifier_info_alter(&$infos) {
unset($infos['htmlpurifier_basic']['allowed']['URI.Munge']);
}