Function tln_sanitize
Parameters summary
string |
$body |
The HTML you wish to filter |
array |
$tag_list |
see description above |
array |
$rm_tags_with_content |
see description above |
array |
$self_closing_tags |
see description above |
boolean |
$force_tag_closing |
see description above |
array |
$rm_attnames |
see description above |
array |
$bad_attvals |
see description above |
array |
$add_attr_to_tag |
see description above |
string |
$trans_image_path |
|
boolean |
$block_external_images |
Return value summary
string
|
Sanitized html safe to show on your pages. |