get_html()
get_html(array $params, string $key, string $dflt)
Get safe HTML from an input parameter.
This method uses htmlawed to clean input HTML.
Parameters
array | $params | An associative array of input params |
string | $key | The key to the associative array |
string | $dflt | The default value to use if the key does not exist in the $params aray. |